summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-03-17 21:47:18 -0700
committerAndre Arko <andre@arko.net>2016-03-17 21:47:18 -0700
commit9c2ba6b7009df78a4ed69ef0e950b40d929af54c (patch)
treeee4b756e9256353499c75149155b9bb94a0bfb58
parentf626554a1aea6ec595c56f0649c25d6fb04e5bd8 (diff)
downloadbundler-9c2ba6b7009df78a4ed69ef0e950b40d929af54c.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 b1b27ebb89..693dfc40b3 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
)