You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's apparently a lot of use of the re-record interval in Ruby vcr usage - https://github.com/search?q=language%3Aruby+re_record_interval&type=code - It should probably be considered best practice to re-record every so often - but the details of that I'm not sure yet. One thing is, you provably do not you want re-record'ing to happen on your CI system or on CRAN. How is that handled?
ruby VCR docs: https://relishapp.com/vcr/vcr/v/3-0-3/docs/cassettes/automatic-re-recording
The text was updated successfully, but these errors were encountered: