summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-17 01:35:28 -0800
committerAndre Arko <andre@arko.net>2013-02-17 01:35:28 -0800
commitf1ad614d8efa3a6dbd9acb20fab51756a1427c2c (patch)
tree2c00e7f2ecd3068ab35fcac5aefe8eb68ee84add /spec
parent4066906f87fb888c1ca4c248b2f89a98b3d55194 (diff)
downloadbundler-f1ad614d8efa3a6dbd9acb20fab51756a1427c2c.tar.gz
update spec for new show deletion error
Diffstat (limited to 'spec')
-rw-r--r--spec/other/show_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/other/show_spec.rb b/spec/other/show_spec.rb
index 4628907118..bdd3a1f6a2 100644
--- a/spec/other/show_spec.rb
+++ b/spec/other/show_spec.rb
@@ -34,8 +34,8 @@ describe "bundle show" do
bundle "show rails"
- expect(out).to match('Warning: The following path to rails no longer exists')
- expect(out).to match(default_bundle_path('gems', 'rails-2.3.2').to_s)
+ expect(out).to match(/has been deleted/i)
+ expect(out).to include(default_bundle_path('gems', 'rails-2.3.2').to_s)
end
it "prints the path to the running bundler" do