Use webdrivers gem to keep webdrivers updated
This commit is contained in:
parent
88a4befbc5
commit
efd03f0169
5 changed files with 12 additions and 1 deletions
|
@ -83,7 +83,7 @@ VCR.configure do |c|
|
|||
c.hook_into :webmock
|
||||
c.cassette_library_dir = 'spec/fixtures/cassettes'
|
||||
c.configure_rspec_metadata!
|
||||
c.ignore_hosts 'test.host'
|
||||
c.ignore_hosts 'test.host', 'chromedriver.storage.googleapis.com'
|
||||
end
|
||||
|
||||
DatabaseCleaner.strategy = :transaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue