spec/httparty/ssl_spec.rb in httparty-0.16.2 vs spec/httparty/ssl_spec.rb in httparty-0.16.3

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) +require 'spec_helper' RSpec.describe HTTParty::Request do context "SSL certificate verification" do before do WebMock.allow_net_connect!