Skip to content

Commit

Permalink
put VCR options back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
marquis committed Aug 16, 2016
1 parent 920e584 commit 6c0caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/vcr_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Ignore all facet.query params - is this the only one?
c.default_cassette_options = {
# Un-comment this line to trigger re-recording of ALL cassettes
:re_record_interval => 1.days,
# :re_record_interval => 1.days,
:match_requests_on => [:method,
VCR.request_matchers.uri_without_param('facet.query')]
}
Expand Down

0 comments on commit 6c0caaa

Please sign in to comment.