From 88b969cd19d48d3d20f2a3cd0cbf6d97e46636fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 21 Oct 2024 19:08:58 +0200 Subject: [PATCH] [rubygems/rubygems] Fix out of date spec description https://github.com/rubygems/rubygems/commit/71fd896041 --- spec/bundler/commands/install_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/commands/install_spec.rb b/spec/bundler/commands/install_spec.rb index e8678187d0..1dcac7ce8a 100644 --- a/spec/bundler/commands/install_spec.rb +++ b/spec/bundler/commands/install_spec.rb @@ -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!")