Sha256: dcb92ba1d94167e199e2db19dbc8d4b1798589f3592d956561f8d98487d2868b
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
# encoding: utf-8 require 'vcr' VCR.config do |c| c.cassette_library_dir = File.dirname(__FILE__) + '/../fixtures/cassette_library' c.http_stubbing_library = :webmock c.default_cassette_options = { :record => :new_episodes, :match_requests_on => [:host] } end RSpec.configure do |config| config.extend VCR::RSpec::Macros end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sucker-1.0.0.beta.1 | spec/support/vcr.rb |