diff options
Diffstat (limited to 'test/.excludes/JSONGenericObjectTest.rb')
| -rw-r--r-- | test/.excludes/JSONGenericObjectTest.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.excludes/JSONGenericObjectTest.rb b/test/.excludes/JSONGenericObjectTest.rb new file mode 100644 index 0000000000..820a6a0120 --- /dev/null +++ b/test/.excludes/JSONGenericObjectTest.rb @@ -0,0 +1,4 @@ +# 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' |
