mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use require_relative to use Minitest library for testing.
There is no reason to care for minitest gem.
This commit is contained in:
parent
2ad7a550f3
commit
ded7dd9ccc
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
begin
|
||||
gem 'minitest', '< 5.0.0' if defined? Gem
|
||||
rescue Gem::LoadError
|
||||
end
|
||||
require 'minitest/unit'
|
||||
|
||||
require_relative '../minitest/unit'
|
||||
require 'test/unit/assertions'
|
||||
require_relative '../envutil'
|
||||
require_relative '../colorize'
|
||||
|
|
Loading…
Reference in a new issue