summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
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!")