summaryrefslogtreecommitdiff
path: root/spec/bundler/other/ext_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/other/ext_spec.rb')
-rw-r--r--spec/bundler/other/ext_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/other/ext_spec.rb b/spec/bundler/other/ext_spec.rb
index f2a512e629..e13f62a856 100644
--- a/spec/bundler/other/ext_spec.rb
+++ b/spec/bundler/other/ext_spec.rb
@@ -55,7 +55,7 @@ RSpec.describe "Gem::SourceIndex#refresh!" do
end
it "does not explode when called" do
- run "Gem.source_index.refresh!"
- run "Gem::SourceIndex.new([]).refresh!"
+ run "Gem.source_index.refresh!", :raise_on_error => false
+ run "Gem::SourceIndex.new([]).refresh!", :raise_on_error => false
end
end