Sha256: d323c3964b3b12e44a9b095898df26011cadbfd4b0ef16490f8457590f0c068f

Contents?: true

Size: 354 Bytes

Versions: 25

Compression:

Stored size: 354 Bytes

Contents

require 'spec_helper'
require 'bundler/ssl_certs/certificate_manager'

describe "SSL Certificates", :if => (ENV['RGV'] == "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
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
bundler-1.7.5 spec/other/ssl_cert_spec.rb
bundler-1.6.8 spec/other/ssl_cert_spec.rb
bundler-1.7.4 spec/other/ssl_cert_spec.rb
bundler-1.6.7 spec/other/ssl_cert_spec.rb
bundler-1.7.3 spec/other/ssl_cert_spec.rb
bundler-1.6.6 spec/other/ssl_cert_spec.rb
bundler-1.7.2 spec/other/ssl_cert_spec.rb
bundler-1.7.1 spec/other/ssl_cert_spec.rb
bundler-1.7.1.pre.3 spec/other/ssl_cert_spec.rb
bundler-1.7.1.pre.2 spec/other/ssl_cert_spec.rb
bundler-1.7.1.pre spec/other/ssl_cert_spec.rb
bundler-1.7.0 spec/other/ssl_cert_spec.rb
bundler-1.6.5 spec/other/ssl_cert_spec.rb
bundler-1.6.4 spec/other/ssl_cert_spec.rb
bundler-prehistoric-1.6.2.2 spec/other/ssl_cert_spec.rb
bundler-1.6.3 spec/other/ssl_cert_spec.rb
bundler-prehistoric-1.6.2.1 spec/other/ssl_cert_spec.rb
bundler-prehistoric-1.6.2 spec/other/ssl_cert_spec.rb
bundler-1.6.2 spec/other/ssl_cert_spec.rb
bundler-1.6.1 spec/other/ssl_cert_spec.rb