[ruby/json] Embedded helper.rb into test_helper.rb
https://github.com/ruby/json/commit/f8417ffc69
This commit is contained in:
parent
3c1b0f21aa
commit
1379ef6f7d
@ -15,3 +15,8 @@ begin
|
||||
require 'byebug'
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
unless defined?(Test::Unit::CoreAssertions)
|
||||
require "core_assertions"
|
||||
Test::Unit::TestCase.include Test::Unit::CoreAssertions
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user