ruby/test/.excludes/JSONGenericObjectTest.rb
Nobuyoshi Nakada caa5d8cdd7
Exclude JSON::GenericObject test
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.
2025-09-13 19:29:05 +09:00

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'