Skip to content

Commit 907297e

Browse files
authored
Merge pull request #3514 from projectblacklight/webmock-config
Change webmock config to be less permissive
2 parents 0231a31 + e0595b1 commit 907297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
allowed_sites = ['chromedriver.storage.googleapis.com']
3535

36-
WebMock.disable_net_connect!(net_http_connect_on_start: true, allow_localhost: true, allow: allowed_sites)
36+
WebMock.disable_net_connect!(allow_localhost: true, allow: allowed_sites)
3737

3838
if ENV['COVERAGE'] || ENV['CI']
3939
require 'simplecov'

0 commit comments

Comments
 (0)