4 lines
77 B
Ruby
4 lines
77 B
Ruby
|
require 'webmock/rspec'
|
||
|
|
||
|
WebMock.disable_net_connect!(allow_localhost: true)
|