diff options
author | Andre Arko <andre@arko.net> | 2014-11-28 15:37:25 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-11-28 15:37:28 -0800 |
commit | 81103368781abed37b9ede17f0458d3fcd5ba3e7 (patch) | |
tree | 14e2c02575a380dd1ed84678f1acf1819b160349 /spec/install | |
parent | bef3d2523c4f8afd12e35520b33d91b6428818a7 (diff) | |
download | bundler-81103368781abed37b9ede17f0458d3fcd5ba3e7.tar.gz |
Fix path spec missed during message cleanup
Diffstat (limited to 'spec/install')
-rw-r--r-- | spec/install/path_spec.rb | 2 |
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 |