Sha256: 1feafd8391f28183accd91a1d8856ce4f53f558bca81f598f028cb4513815df5
Contents?: true
Size: 356 Bytes
Versions: 36
Compression:
Stored size: 356 Bytes
Contents
require "webmock/rspec" # http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.syntax = :expect end config.mock_with :rspec do |mocks| mocks.syntax = :expect end config.order = :random end WebMock.disable_net_connect!(allow_localhost: true)
Version data entries
36 entries across 36 versions & 6 rubygems