-
I'm running into trouble configuring VCR. Running rspec returns the following error message:
```
1) WorldCup::Match GET matches records the fixture
Failure/Error: after { VCR.eject_cassette }
…
-
I observe this quite often, whenever the rspec run encounters this warning
```
WARNING: There appears to be a bug in WebMock's after_request hook
and VCR is attempting to work around it. Som…
-
For my example, the request uri is `https://moz.com` which 301s to `http://moz.com` (the effective_url). However, [the cassette which is saved](https://gist.github.com/younker/7571011995caad4cb814) r…
-
The URI hostname that gets recorded is an AWS box. And whenever this box is down, my tests fail on playback mode.
-
Arose from recent realization that strings in cassettes, any string in the cassette (not just the response body), that are not UTF-8 can cause problems on some platforms, e.g.,
- rcrossref (with c…
-
cbeer updated
9 years ago
-
Look at the filtering you are doing [here](https://github.com/Mew-Traveler/mew-api/blob/5b14d360194e150b861d52c343ccebc6d71b98d2/spec/overallapi_spec.rb#L8-L9).
I'll be surprised if this isn't causin…
-
Annex 2 §A.2.3.7(VCR_14) & A.2.3.38 (WIRevocation_18): the verification of the revocation status of a PID or an attestation shall be mandatory (SHOULD is used in the requirements) at least in a LoA hi…
-
#7 adds one test, with no auth required thanks to vcr + my trick from rredlist tests.
Now,
* I cannot test media upload with vcr cf https://github.com/ropensci/vcr/issues/134 and #8
* the t…
-
In a curl multihandle I use this curlinfo option to get the current handle's URL. It appears relatively easy to fix, but I'm also very new to php-vcr.