Copy also helper.rb [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-04-28 15:23:53 +09:00
parent 0bd2782384
commit afc98e3b55
Notes: git 2023-04-28 13:05:32 +00:00
2 changed files with 5 additions and 0 deletions

4
tool/lib/helper.rb Normal file
View File

@ -0,0 +1,4 @@
require "test/unit"
require_relative "core_assertions"
Test::Unit::TestCase.include Test::Unit::CoreAssertions

View File

@ -6,6 +6,7 @@ test_lib_files = %w[
core_assertions.rb
find_executable.rb
envutil.rb
helper.rb
].map do |file|
[file, File.read("#{__dir__}/lib/#{file}")]
end