Sha256: bd76038e0d2f9e3115a9c5aa70d35930ff8a2c11e2fda5edcdc18bc160387e41

Contents?: true

Size: 361 Bytes

Versions: 25

Compression:

Stored size: 361 Bytes

Contents

require 'vcr'

VCR.config do |c|
  c.cassette_library_dir     = "#{File.dirname(__FILE__)}/../fixtures/cassette_library"
  c.stub_with                  :webmock
  c.ignore_localhost         = true
  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

25 entries across 25 versions & 2 rubygems

Version Path
fassbinder-0.0.15 spec/support/vcr.rb
fassbinder-0.0.14 spec/support/vcr.rb
fassbinder-0.0.13 spec/support/vcr.rb
fassbinder-0.0.12 spec/support/vcr.rb
fassbinder-0.0.11 spec/support/vcr.rb
fassbinder-0.0.10 spec/support/vcr.rb
fassbinder-0.0.9 spec/support/vcr.rb
fassbinder-0.0.8 spec/support/vcr.rb
fassbinder-0.0.7 spec/support/vcr.rb
fassbinder-0.0.6 spec/support/vcr.rb
fassbinder-0.0.5 spec/support/vcr.rb
fassbinder-0.0.4 spec/support/vcr.rb
fassbinder-0.0.3 spec/support/vcr.rb
fassbinder-0.0.2 spec/support/vcr.rb
fassbinder-0.0.1 spec/support/vcr.rb
kosher-0.1.12 spec/support/vcr.rb
kosher-0.1.11 spec/support/vcr.rb
kosher-0.1.10 spec/support/vcr.rb
kosher-0.1.9 spec/support/vcr.rb
kosher-0.1.8 spec/support/vcr.rb