Sha256: 3adeac39c25db5659a180d24b99aac7293926419fb6b92a6c8f245e9912874a9

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
sucker-1.0.0 spec/support/vcr.rb
sucker-1.0.0.beta.4 spec/support/vcr.rb
sucker-1.0.0.beta.3 spec/support/vcr.rb
sucker-1.0.0.beta.2 spec/support/vcr.rb