summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-11-08 12:31:06 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-09 10:34:48 +0900
commitf67a80cdc098783aae9ce84d9e141d2280978a49 (patch)
tree127aae18067f9eacaf1ac2872174bb27eefeb3d8 /spec/bundler/commands
parentd9ac2d91e051201657e58f7860234fc09f4dfc48 (diff)
[rubygems/rubygems] No need to let this command fail
This command is not expected to fail. If it fails, we can stop the test. https://github.com/rubygems/rubygems/commit/2511a5b093
Diffstat (limited to 'spec/bundler/commands')
-rw-r--r--spec/bundler/commands/update_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/update_spec.rb b/spec/bundler/commands/update_spec.rb
index c1836ea309..8e48758c04 100644
--- a/spec/bundler/commands/update_spec.rb
+++ b/spec/bundler/commands/update_spec.rb
@@ -1471,7 +1471,7 @@ RSpec.describe "bundle update --bundler" do
gem "rack"
G
- bundle :update, :bundler => "2.3.9", :raise_on_error => false, :verbose => true
+ bundle :update, :bundler => "2.3.9", :verbose => true
expect(out).not_to include("Fetching gem metadata from https://rubygems.org/")