ropensci/rredlist

How exactly were the vcr cassettes generated?

Closed this issue · 3 comments

I think I'm looking for info about how to set up testing with vcr, do you create each cassette by hand etc.

no, cassettes are created by running tests with vcr in use. so you never touch the cassette files unless you want to delete them - and if you delete they will be re-created when you run tests again

aaaah ok like ``vdiffr` does (for testing plots, nothing to do with it, but now I see).

right