How can I tell VCR that I want it to completely ignore a spec file?
I've read a post on Google Groups that suggests either allowing real HTTP requests, or turning VCR off explicitly.
What would be much more usable in my opinion would be for VCR to not stick its nose in unless a spec has the :vcr
metadata tag. I don't want to turn VCR off and back on again in before
/after
, as I don't know if it was on beforehand. I don't want to allow real HTTP requests across all specs, just some particular ones.
Is there any way to make VCR more selective?