Sha256: ecc0cde542a5fe5e42a82fea6a9f6aca944f19bf8a5ee696fac8d07e5c81ee00
Contents?: true
Size: 499 Bytes
Versions: 2
Compression:
Stored size: 499 Bytes
Contents
############################################################################## # VCR Plugin ############################################################################## begin require 'vcr' VCR.configure do |config| config.cassette_library_dir = File.expand_path('./tmp/vcr_cassettes') config.hook_into :faraday config.configure_rspec_metadata! end RSpec.configure do |config| config.extend VCR::RSpec::Macros end rescue LoadError end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspectacular-0.15.1 | lib/rspectacular/plugins/vcr.rb |
rspectacular-0.15.0 | lib/rspectacular/plugins/vcr.rb |