Sha256: e692a6fe9b33e002033c21863eef0bd8ccc94c8e8c0eefcc24603eadeff9f05e
Contents?: true
Size: 247 Bytes
Versions: 1
Compression:
Stored size: 247 Bytes
Contents
require 'vcr' VCR.config do |c| c.cassette_library_dir = File.expand_path("../../fixtures", __FILE__) c.stub_with :webmock c.ignore_localhost = true c.default_cassette_options = { :record => :new_episodes } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
barnie-0.1.3 | spec/support/vcr.rb |