diff --git a/spec/bundler/commands/ssl_spec.rb b/spec/bundler/commands/ssl_spec.rb index 52329bc0f3..01b8aa8f4d 100644 --- a/spec/bundler/commands/ssl_spec.rb +++ b/spec/bundler/commands/ssl_spec.rb @@ -43,7 +43,7 @@ RSpec.describe "bundle doctor ssl" do expect { subject.run }.to output("").to_stdout.and output(expected_err).to_stderr end - it "fails due to certificate verification" do + it "fails due to certificate verification", :ruby_repo do net_http = Class.new(Artifice::Net::HTTP) do def connect raise OpenSSL::SSL::SSLError, "certificate verify failed"