Skip to content

Commit 2bbdb7c

Browse files
committed
Force skip in test/core_ext/object/json_cherry_pick_test.rb
Those tests should be skipped if the json core_ext is already loaded.
1 parent 391229e commit 2bbdb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/test/core_ext/object/json_cherry_pick_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ def test_datetime_as_json
3939

4040
private
4141
def require_or_skip(file)
42-
require(file) || skip("'#{file}' was already loaded")
42+
require(file) || force_skip("'#{file}' was already loaded")
4343
end
4444
end

0 commit comments

Comments
 (0)