Sha256: 4774468992403cba83670f723e6483f11f62e5f796ab2d6f044a733f43cb90d4
Contents?: true
Size: 281 Bytes
Versions: 7
Compression:
Stored size: 281 Bytes
Contents
require 'vcr' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true end VCR.configure do |c| c.cassette_library_dir = 'spec/vcr' c.hook_into :webmock c.allow_http_connections_when_no_cassette = false c.configure_rspec_metadata! end
Version data entries
7 entries across 7 versions & 2 rubygems