[rubygems/rubygems] Fix out of date spec description

https://github.com/rubygems/rubygems/commit/71fd896041
This commit is contained in:
David Rodríguez 2024-10-21 19:08:58 +02:00 committed by git
parent b843d4ee14
commit 88b969cd19

View File

@ -1067,7 +1067,7 @@ RSpec.describe "bundle install with gem sources" do
G
end
it "should display a proper message to explain the problem" do
it "should still work" do
bundle "config set --local path vendor"
bundle :install
expect(out).to include("Bundle complete!")