Skip to content

Commit

Permalink
Use require_relative to use Minitest library for testing.
Browse files Browse the repository at this point in the history
  There is no reason to care for minitest gem.
  • Loading branch information
hsbt committed May 28, 2021
1 parent 2ad7a55 commit ded7dd9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tool/lib/test/unit.rb
@@ -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'
Expand Down

0 comments on commit ded7dd9

Please sign in to comment.