Open
Description
There are two different ways that finding the test file can fail.
- you're using a
Selfie.vcrTestLocator
, and the VCR was created somewhere far from the test itself, its possible that comments in the test file won't get picked up at all - if you put a test into
selfie.
orcom.diffplug.selfie.
, it's possible that it will be ignored when determining where the test file is
These can be fixed by a more intensive search, they can also be fixed with better error messages.