Skip to content

Commit

Permalink
Update spec/lib/vcr/cassette_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
ryanseys and olleolleolle committed Oct 14, 2022
1 parent d2491f9 commit 6c3480a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/vcr/cassette_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def stub_old_interactions(interactions)
[:all, :none, :new_episodes].each do |record_mode|
context "for a :record => :#{record_mode} cassette with previously recorded interactions" do
let(:drop_unused_requests) { false }

subject { VCR::Cassette.new('example', :record => record_mode, :match_requests_on => [:uri], drop_unused_requests: drop_unused_requests) }

before(:each) do
Expand Down

0 comments on commit 6c3480a

Please sign in to comment.