mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 04:54:23 +00:00
It depends on ostruct gem that is no longer a part of the default gems, and the all tests are just skipped with a warning.
5 lines
198 B
Ruby
5 lines
198 B
Ruby
# ostruct will be loaded when JSON::GenericObject is autoloaded. By
|
|
# removing all test methods, the autoload in `setup` is not triggered.
|
|
|
|
exclude /test_/, 'JSON::GenericObject needs ostruct gem'
|