We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up_to_date_interactions
Cassette
Should be used in merged_interactions method within Cassette - is not used at all right now.
merged_interactions
In ruby they run old_interactions through up_to_date_interactions before exiting https://github.com/sckott/vcr/blob/master/lib/vcr/cassette.rb#L258
old_interactions
up_to_date_interactions(old_interactions) + new_recorded_interactions
The text was updated successfully, but these errors were encountered:
fixed via #104
Sorry, something went wrong.
No branches or pull requests
Should be used in
merged_interactions
method withinCassette
- is not used at all right now.In ruby they run
old_interactions
throughup_to_date_interactions
before exiting https://github.com/sckott/vcr/blob/master/lib/vcr/cassette.rb#L258The text was updated successfully, but these errors were encountered: