test/rdoc/minitest_helper.rb: suppress bundler error
maybe after bundler introduction to this repository, we randomly hit errors like: http://ci.rvm.jp/results/trunk-gc-asserts@silicon-docker/1447918 As we would require minitest in this repository anyway, it should be fine to suppress the error there. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5ea2717424
commit
e6c4d558dc
@ -1,7 +1,8 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
require 'bundler/errors'
|
||||||
begin
|
begin
|
||||||
gem 'minitest', '~> 5.0'
|
gem 'minitest', '~> 5.0'
|
||||||
rescue NoMethodError, Gem::LoadError
|
rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
|
||||||
# for ruby tests
|
# for ruby tests
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user