Skip to content

Commit caa5d8c

Browse files
committed
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.
1 parent 9620964 commit caa5d8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# ostruct will be loaded when JSON::GenericObject is autoloaded. By
2+
# removing all test methods, the autoload in `setup` is not triggered.
3+
4+
exclude /test_/, 'JSON::GenericObject needs ostruct gem'

0 commit comments

Comments
 (0)