Skip to content

Instantly share code, notes, and snippets.

@1syo
Created June 6, 2013 03:59
Show Gist options
  • Save 1syo/5719212 to your computer and use it in GitHub Desktop.
Save 1syo/5719212 to your computer and use it in GitHub Desktop.
VCR.configure do |c|
c.cassette_library_dir = 'spec/factories/vcr_cassettes'
c.allow_http_connections_when_no_cassette = true
c.hook_into :webmock
c.default_cassette_options = {
:match_requests_on => [:query, VCR.request_matchers.uri_without_param(:Timestamp)]
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment