aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install
diff options
context:
space:
mode:
authorFredrik Valeur <fredrik.valeur@appfolio.com>2014-09-26 14:14:03 -0700
committerFredrik Valeur <fredrik.valeur@appfolio.com>2014-09-26 14:14:03 -0700
commitf87da4f5c11442f7c3b61a7ec04f8462154fd5b0 (patch)
tree9055d704a8348d5cb76b8696f4262ad99c611bc8 /spec/install
parent8dbb7881c0463807bb8883e084818924fd3df09e (diff)
downloadbundler-f87da4f5c11442f7c3b61a7ec04f8462154fd5b0.tar.gz
Use HTTP auth when checking for presence of API
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/gems/dependency_api_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/install/gems/dependency_api_spec.rb b/spec/install/gems/dependency_api_spec.rb
index b3e5edf4..b8f8011f 100644
--- a/spec/install/gems/dependency_api_spec.rb
+++ b/spec/install/gems/dependency_api_spec.rb
@@ -467,6 +467,8 @@ describe "gemcutter's dependency API" do
bundle "config #{source_uri}/ #{user}:#{password}"
bundle :install, :artifice => "endpoint_strict_basic_authentication"
+
+ expect(out).to include("Fetching gem metadata from #{source_uri}")
should_be_installed "rack 1.0.0"
end