Use test/unit instead of test-unit. Because test-unit is only provided standalone gem.
This commit is contained in:
parent
2066dae991
commit
e87e10e5e7
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
require 'test-unit'
|
require 'test/unit'
|
||||||
|
|
||||||
##
|
##
|
||||||
# Test case for creating new RDoc::Markup formatters. See
|
# Test case for creating new RDoc::Markup formatters. See
|
||||||
|
@ -6,7 +6,7 @@ rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
|
|||||||
# for ruby tests
|
# for ruby tests
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'test-unit'
|
require 'test/unit'
|
||||||
|
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
require 'pp'
|
require 'pp'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user