aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/other/ssl_cert_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/other/ssl_cert_spec.rb')
-rw-r--r--spec/bundler/other/ssl_cert_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/bundler/other/ssl_cert_spec.rb b/spec/bundler/other/ssl_cert_spec.rb
index 2de4dfdd0c..6d957276fc 100644
--- a/spec/bundler/other/ssl_cert_spec.rb
+++ b/spec/bundler/other/ssl_cert_spec.rb
@@ -1,14 +1,14 @@
# frozen_string_literal: true
-require "spec_helper"
+
require "bundler/ssl_certs/certificate_manager"
RSpec.describe "SSL Certificates", :rubygems_master do
- hosts = %w(
+ hosts = %w[
rubygems.org
index.rubygems.org
rubygems.global.ssl.fastly.net
staging.rubygems.org
- )
+ ]
hosts.each do |host|
it "can securely connect to #{host}", :realworld do