Copy also helper.rb [ci skip]
This commit is contained in:
parent
0bd2782384
commit
afc98e3b55
Notes:
git
2023-04-28 13:05:32 +00:00
4
tool/lib/helper.rb
Normal file
4
tool/lib/helper.rb
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
require "test/unit"
|
||||||
|
require_relative "core_assertions"
|
||||||
|
|
||||||
|
Test::Unit::TestCase.include Test::Unit::CoreAssertions
|
@ -6,6 +6,7 @@ test_lib_files = %w[
|
|||||||
core_assertions.rb
|
core_assertions.rb
|
||||||
find_executable.rb
|
find_executable.rb
|
||||||
envutil.rb
|
envutil.rb
|
||||||
|
helper.rb
|
||||||
].map do |file|
|
].map do |file|
|
||||||
[file, File.read("#{__dir__}/lib/#{file}")]
|
[file, File.read("#{__dir__}/lib/#{file}")]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user