Skip to content

Commit de24ff1

Browse files
authored
Merge pull request #680 from k0kubun/backport-r66299
Fix random test failure by Bundler integration
2 parents 7f97535 + 7a09981 commit de24ff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/minitest_helper.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# frozen_string_literal: true
2+
require 'bundler/errors'
23
begin
34
gem 'minitest', '~> 5.0'
4-
rescue NoMethodError, Gem::LoadError
5+
rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
56
# for ruby tests
67
end
78

0 commit comments

Comments
 (0)