[rubygems/rubygems] Remove unnecessary verbose parameter

For consistency with other specs.

https://github.com/rubygems/rubygems/commit/a5b2449896
This commit is contained in:
David Rodríguez 2024-11-18 14:17:50 +01:00 committed by Hiroshi SHIBATA
parent d63eeafe69
commit 91995d0ad1

View File

@ -77,7 +77,7 @@ RSpec.context "when installing a bundle that includes yanked gems" do
end
it "reports the yanked gem properly when the old index is used" do
bundle "install", artifice: "endpoint", raise_on_error: false, verbose: true
bundle "install", artifice: "endpoint", raise_on_error: false
expect(err).to include("Your bundle is locked to nokogiri (1.13.8-#{Bundler.local_platform})")
end