diff options
author | Andre Arko <andre@arko.net> | 2016-03-17 21:47:18 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2016-03-17 21:47:18 -0700 |
commit | 9c2ba6b7009df78a4ed69ef0e950b40d929af54c (patch) | |
tree | ee4b756e9256353499c75149155b9bb94a0bfb58 /spec | |
parent | f626554a1aea6ec595c56f0649c25d6fb04e5bd8 (diff) | |
download | bundler-9c2ba6b7009df78a4ed69ef0e950b40d929af54c.tar.gz |
test connecting to index.rubygems.org
Diffstat (limited to 'spec')
-rw-r--r-- | spec/other/ssl_cert_spec.rb | 3 |
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 ) |