Skip to content

Commit

Permalink
Merge pull request #680 from k0kubun/backport-r66299
Browse files Browse the repository at this point in the history
Fix random test failure by Bundler integration
  • Loading branch information
hsbt authored Dec 9, 2018
2 parents 7f97535 + 7a09981 commit de24ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/minitest_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true
require 'bundler/errors'
begin
gem 'minitest', '~> 5.0'
rescue NoMethodError, Gem::LoadError
rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
# for ruby tests
end

Expand Down

0 comments on commit de24ff1

Please sign in to comment.