Sha256: 3a7dfa3750851d5d426d51ddcef5f324db392459a84a19beb427598a4867ef4e
Contents?: true
Size: 202 Bytes
Versions: 13
Compression:
Stored size: 202 Bytes
Contents
require "webmock/rspec" RSpec.configure do |config| config.before(:suite) do # poltergeist and solr need to connect to localhost WebMock.disable_net_connect!(allow_localhost: true) end end
Version data entries
13 entries across 13 versions & 2 rubygems