summaryrefslogtreecommitdiff
path: root/spec/install/gems/simple_case_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/simple_case_spec.rb')
-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