summaryrefslogtreecommitdiff
path: root/spec/install/path_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-28 15:37:25 -0800
committerAndre Arko <andre@arko.net>2014-11-28 15:37:28 -0800
commit81103368781abed37b9ede17f0458d3fcd5ba3e7 (patch)
tree14e2c02575a380dd1ed84678f1acf1819b160349 /spec/install/path_spec.rb
parentbef3d2523c4f8afd12e35520b33d91b6428818a7 (diff)
downloadbundler-81103368781abed37b9ede17f0458d3fcd5ba3e7.tar.gz
Fix path spec missed during message cleanup
Diffstat (limited to 'spec/install/path_spec.rb')
-rw-r--r--spec/install/path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb
index 2ddceb23d5..6c5e7e50ab 100644
--- a/spec/install/path_spec.rb
+++ b/spec/install/path_spec.rb
@@ -33,7 +33,7 @@ describe "bundle install" do
it "prints a warning to let the user know what has happened with bundle --path vendor/bundle" do
bundle "install --path vendor/bundle"
- expect(out).to include("It was installed into ./vendor")
+ expect(out).to include("gems are installed into ./vendor")
end
it "disallows --path vendor/bundle --system" do