Skip to content

Commit

Permalink
Allow webdrivers gem to download new chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Jul 13, 2020
1 parent 05e6248 commit fa5339f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/support/webmock.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
require "webmock/rspec"
WebMock.disable_net_connect!(allow_localhost: true)

WebMock.disable_net_connect!(
allow_localhost: true,
allow: ["chromedriver.storage.googleapis.com"],
)

0 comments on commit fa5339f

Please sign in to comment.