5 lines
141 B
Ruby
5 lines
141 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'webmock/rspec'
|
|
|
|
WebMock.disable_net_connect!(allow_localhost: true, net_http_connect_on_start: true)
|