Sha256: e3127608b69bd08a6151910b610a061e590b2e14365825e17ecaba49f5cb8dce
Contents?: true
Size: 291 Bytes
Versions: 30
Compression:
Stored size: 291 Bytes
Contents
VCR.configure do |c| #the directory where your cassettes will be saved c.cassette_library_dir = 'spec/cassette_library' # your HTTP request service. You can also use fakeweb, webmock, and more c.hook_into :webmock c.configure_rspec_metadata! c.ignore_hosts 'codeclimate.com' end
Version data entries
30 entries across 30 versions & 2 rubygems