ropensci / vcr

Record and replay HTTP requests
https://docs.ropensci.org/vcr
Other
77 stars 12 forks source link

simplify vcr_test_path() #230

Closed dpprdan closed 3 years ago

dpprdan commented 3 years ago

Description

This simplifies vcr_test_path() as discussed in #229. It uses {rprojroot} instead of {here}. It also adjusts vcr_test_path()-related tests accordingly.

Related Issue

228, #229

sckott commented 3 years ago

thanks! having a look

sckott commented 3 years ago

Looks good to me. Tested locally and on some packages that use vcr