test: fix frequent too many open files with webmock & capybara
This commit is contained in:
parent
3ce699eef3
commit
9e9b429100
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
require 'webmock/rspec'
|
require 'webmock/rspec'
|
||||||
|
|
||||||
WebMock.disable_net_connect!(allow_localhost: true)
|
WebMock.disable_net_connect!(allow_localhost: true, net_http_connect_on_start: true)
|
||||||
|
|
Loading…
Add table
Reference in a new issue