зеркало из https://github.com/github/ruby.git
Copy also helper.rb [ci skip]
This commit is contained in:
Родитель
0bd2782384
Коммит
afc98e3b55
|
@ -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
|
||||
find_executable.rb
|
||||
envutil.rb
|
||||
helper.rb
|
||||
].map do |file|
|
||||
[file, File.read("#{__dir__}/lib/#{file}")]
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче