Sha256: c6955d0779cccc76d43907d0906539c5c47bf57cc8bc10923c6d3045ba5c5222

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

require 'vcr'

VCR.config do |c|
  c.cassette_library_dir     = File.dirname(__FILE__) + '/../fixtures/cassette_library'
  c.default_cassette_options = {
    :record             => :new_episodes,
    :match_requests_on  => [:host] }
  c.stub_with :webmock
end

RSpec.configure do |config|
  config.extend VCR::RSpec::Macros
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sucker-2.1.0 spec/support/vcr.rb