summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2014-08-19 21:09:46 +1000
committerTim Moore <tmoore@incrementalism.net>2014-08-19 21:09:46 +1000
commitfebd1b4f88d4280e159f00bb8f2623181121824a (patch)
tree386b679b561af13df44ef0bbffd7c41c971f36d2
parent81c884ae83b9c03ce039e0bbdb9f3ff331d2e788 (diff)
downloadbundler-febd1b4f88d4280e159f00bb8f2623181121824a.tar.gz
Update verification of dependency API fallback.
-rw-r--r--spec/install/gems/dependency_api_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gems/dependency_api_spec.rb b/spec/install/gems/dependency_api_spec.rb
index a01c89487e..b3e5edf468 100644
--- a/spec/install/gems/dependency_api_spec.rb
+++ b/spec/install/gems/dependency_api_spec.rb
@@ -157,8 +157,8 @@ describe "gemcutter's dependency API" do
gem "rack"
G
- bundle :install, :artifice => "endpoint_marshal_fail"
- expect(out).to include("Fetching source index from #{source_uri}")
+ bundle :install, :verbose => true, :artifice => "endpoint_marshal_fail"
+ expect(out).to include("could not fetch from the dependency API, trying the full index")
should_be_installed "rack 1.0.0"
end