3 lines
110 B
Ruby
3 lines
110 B
Ruby
require 'webmock/rspec'
|
|
|
|
WebMock.disable_net_connect!(allow_localhost: true, net_http_connect_on_start: true)
|