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
I was thinking having startRecording/stopRecording in a test is weird since you only record once. Those methods are used for batch requests in one cassette. It would probably be best if these were renamed to beginBatch and finishBatch (or endBatch).
The text was updated successfully, but these errors were encountered:
Ya I like that approach. I wrote some VCR tests yesterday and really liked that. I'll think on it some more. VCR just replaces system networking with their own for you and we have to DI things.
I was thinking having
startRecording
/stopRecording
in a test is weird since you only record once. Those methods are used for batch requests in one cassette. It would probably be best if these were renamed tobeginBatch
andfinishBatch
(orendBatch
).The text was updated successfully, but these errors were encountered: