Skip to content

Commit 61e2b9a

Browse files
committed
Put back the require
1 parent f6f6b05 commit 61e2b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/test/core_ext/object/json_gem_encoding_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def to_json(*)
4040

4141
private
4242
def require_or_skip(file)
43-
force_skip("'#{file}' was already loaded")
43+
require(file) || force_skip("'#{file}' was already loaded")
4444
end
4545

4646
def assert_same_with_or_without_active_support(subject)

0 commit comments

Comments
 (0)