summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-16 21:47:15 -0800
committerAndre Arko <andre@arko.net>2013-02-16 21:47:36 -0800
commita421089e3cee74d8a6379ddc47907a61226f22e0 (patch)
tree07a8545da89934f3dc466c79e7246dcb793f04c4
parentefc6fcd914a9e720911c4902add67119d5df78d7 (diff)
downloadbundler-a421089e3cee74d8a6379ddc47907a61226f22e0.tar.gz
oops, error message changed
-rw-r--r--spec/install/gems/simple_case_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/simple_case_spec.rb b/spec/install/gems/simple_case_spec.rb
index 7730831310..cb34a34076 100644
--- a/spec/install/gems/simple_case_spec.rb
+++ b/spec/install/gems/simple_case_spec.rb
@@ -310,7 +310,7 @@ describe "bundle install with gem sources" do
G
bundle :install
- out.should include("Could not reach http://localhost:9384/")
+ out.should include("Could not fetch specs from http://localhost:9384/")
out.should_not include("file://")
end