Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Vcr improvements #30

Merged
merged 8 commits into from
Sep 19, 2016
Merged

Vcr improvements #30

merged 8 commits into from
Sep 19, 2016

Conversation

cbrunsdon
Copy link
Contributor

@cbrunsdon cbrunsdon commented Sep 17, 2016

I rejiggered the vcr config to set allow_unused_http_interactions to false, as previously the cassettes were pretty messy and tough to know what could or should be happening in any one of them.

To do this reasonably I had to yank them all and add them back in slowly, I could rebase if requested. You'll notice we lose a few cassettes and a few hundred lines of interactions, so I'm calling this an improvement.

Clarke Brunsdon added 8 commits September 17, 2016 13:42
vcr bankruptcy
- Won't use cassettes unless explicitely requested by the spec
- Will error out if any cassettes aren't using all the requests

This will mean our cassettess have to be tight and exact, or the specs
will fail.
These were the easy ones.
If we use the same nonce it'll make all the same calls.
@adammathys
Copy link
Member

👍

@adammathys adammathys merged commit 706d4b2 into master Sep 19, 2016
@adammathys adammathys deleted the vcr_improvements branch September 19, 2016 20:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants