We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f97535 + 7a09981 commit de24ff1Copy full SHA for de24ff1
test/minitest_helper.rb
@@ -1,7 +1,8 @@
1
# frozen_string_literal: true
2
+require 'bundler/errors'
3
begin
4
gem 'minitest', '~> 5.0'
-rescue NoMethodError, Gem::LoadError
5
+rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
6
# for ruby tests
7
end
8
0 commit comments