Skip to content

Commit

Permalink
Fix formatting
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 78d81ef commit 1e0b84d
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 @@ -666,6 +666,7 @@ def interaction(response_body, request_attributes)
end
context "with drop_unused_requests option added to all" do
let(:drop_unused_requests) { true }

it "drops unused requests" do
expect(saved_recorded_interactions).to match_array([interaction_bar, interaction_foo_2])
end
Expand Down

0 comments on commit 1e0b84d

Please sign in to comment.