We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0231a31 + e0595b1 commit 907297eCopy full SHA for 907297e
spec/spec_helper.rb
@@ -33,7 +33,7 @@
33
34
allowed_sites = ['chromedriver.storage.googleapis.com']
35
36
-WebMock.disable_net_connect!(net_http_connect_on_start: true, allow_localhost: true, allow: allowed_sites)
+WebMock.disable_net_connect!(allow_localhost: true, allow: allowed_sites)
37
38
if ENV['COVERAGE'] || ENV['CI']
39
require 'simplecov'
0 commit comments