summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-03-17 21:49:00 -0700
committerpivotal <pivotal@vine.ny.pivotallabs.com>2016-03-28 13:06:17 -0400
commit37766ab7e9683fa4a18bad601d84d0e1beb1235c (patch)
tree23aaedf8a60e0a70b91d77cf66ac71e9b84a4143
parent8e354c165d427e1431cabfcc0f19508f57f41573 (diff)
downloadbundler-37766ab7e9683fa4a18bad601d84d0e1beb1235c.tar.gz
stop requiring that we have every rubygems cert
RubyGems seems to be full of legacy certs, we should clean them up sometime.
-rw-r--r--spec/other/ssl_cert_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/other/ssl_cert_spec.rb b/spec/other/ssl_cert_spec.rb
index 41c81f4c4b..72a431fbaf 100644
--- a/spec/other/ssl_cert_spec.rb
+++ b/spec/other/ssl_cert_spec.rb
@@ -3,12 +3,6 @@ require "spec_helper"
require "bundler/ssl_certs/certificate_manager"
describe "SSL Certificates", :rubygems_master do
- it "are up to date with Rubygems" do
- rubygems = File.expand_path("../../../tmp/rubygems", __FILE__)
- manager = Bundler::SSLCerts::CertificateManager.new(rubygems)
- expect(manager).to be_up_to_date
- end
-
hosts = %w(
rubygems.org
index.rubygems.org