Sha256: 6b05d4c6e74be3779abbbf820ba9668f56d860648926d9e3f63eaa9ba5df6958
Contents?: true
Size: 323 Bytes
Versions: 21
Compression:
Stored size: 323 Bytes
Contents
require 'vcr' require 'webmock/rspec' VCR.configure do |c| c.cassette_library_dir = 'spec/cassettes' c.hook_into :webmock c.configure_rspec_metadata! c.allow_http_connections_when_no_cassette = true end VCR_OPTS = { record: :none, # This should be :none before pushing allow_unused_http_interactions: false }
Version data entries
21 entries across 21 versions & 1 rubygems