aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Arko <andre@arko.net>2014-08-19 09:25:20 -0700
committerAndré Arko <andre@arko.net>2014-08-19 09:25:20 -0700
commitdc3c18ad0bd591836200aeec9968113ec55e4b2d (patch)
tree386b679b561af13df44ef0bbffd7c41c971f36d2
parent81c884ae83b9c03ce039e0bbdb9f3ff331d2e788 (diff)
parentfebd1b4f88d4280e159f00bb8f2623181121824a (diff)
downloadbundler-dc3c18ad0bd591836200aeec9968113ec55e4b2d.tar.gz
Merge pull request #3143 from TimMoore/1-7-stable
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 a01c8948..b3e5edf4 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