[ruby/json] Embedded helper.rb into test_helper.rb

https://github.com/ruby/json/commit/f8417ffc69
This commit is contained in:
Hiroshi SHIBATA 2024-10-16 12:54:07 +09:00 committed by git
parent 3c1b0f21aa
commit 1379ef6f7d

View File

@ -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