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.
1 parent 7f97535 commit 7a09981Copy full SHA for 7a09981
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