aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/minitest_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/minitest_helper.rb')
-rw-r--r--test/rdoc/minitest_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rdoc/minitest_helper.rb b/test/rdoc/minitest_helper.rb
index 9fb0cd676b..1814669bf9 100644
--- a/test/rdoc/minitest_helper.rb
+++ b/test/rdoc/minitest_helper.rb
@@ -1,8 +1,7 @@
# frozen_string_literal: true
-require 'bundler/errors'
begin
gem 'minitest', '~> 5.0'
-rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound
+rescue NoMethodError, Gem::LoadError
# for ruby tests
end