Sha256: 85363f0f61eb77fcdfa8062a595c785982a9380268d2832e56e6c070725f648f

Contents?: true

Size: 202 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
calagator-1.1.0 spec/support/webmock.rb