зеркало из https://github.com/github/ruby.git
Use test/unit instead of test-unit. Because test-unit is only provided standalone gem.
This commit is contained in:
Родитель
2066dae991
Коммит
e87e10e5e7
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
require 'test-unit'
|
||||
require 'test/unit'
|
||||
|
||||
##
|
||||
# Test case for creating new RDoc::Markup formatters. See
|
||||
|
|
|
@ -6,7 +6,7 @@ rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
|
|||
# for ruby tests
|
||||
end
|
||||
|
||||
require 'test-unit'
|
||||
require 'test/unit'
|
||||
|
||||
require 'fileutils'
|
||||
require 'pp'
|
||||
|
|
Загрузка…
Ссылка в новой задаче