summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-03-17 21:47:18 -0700
committerpivotal <pivotal@vine.ny.pivotallabs.com>2016-03-28 13:06:17 -0400
commit8e354c165d427e1431cabfcc0f19508f57f41573 (patch)
treecae7ecb87a0d130f511684730a0095c40ac99531
parent74ab3ff168468be762b6b8e039daa728c98a0c22 (diff)
downloadbundler-8e354c165d427e1431cabfcc0f19508f57f41573.tar.gz
test connecting to index.rubygems.org
-rw-r--r--spec/other/ssl_cert_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/other/ssl_cert_spec.rb b/spec/other/ssl_cert_spec.rb
index 4ed6ca53c1..41c81f4c4b 100644
--- a/spec/other/ssl_cert_spec.rb
+++ b/spec/other/ssl_cert_spec.rb
@@ -10,8 +10,9 @@ describe "SSL Certificates", :rubygems_master do
end
hosts = %w(
- rubygems.global.ssl.fastly.net
rubygems.org
+ index.rubygems.org
+ rubygems.global.ssl.fastly.net
staging.rubygems.org
index.rubygems.org
)