6 lines
107 B
Ruby
6 lines
107 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'webmock/rspec'
|
||
|
|
||
|
WebMock.disable_net_connect! allow_localhost: true
|