mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix to rescue when test-all runs without installation
https://api.travis-ci.org/jobs/23564212/log.txt?deansi=true git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5fef27312
commit
1e67cd2d81
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
begin
|
||||
gem 'minitest', '< 5.0.0' if defined? Gem
|
||||
rescue Gem::LoadError
|
||||
end
|
||||
require 'minitest/unit'
|
||||
require 'test/unit/assertions'
|
||||
require 'test/unit/testcase'
|
||||
|
|
Loading…
Add table
Reference in a new issue