Skip to content

Commit 7a09981

Browse files
committed
Fix random test failure by Bundler integration
1 parent 7f97535 commit 7a09981

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)