ghempton / camcorder

VCR not enough? Record arbitrary method invocations for later playback.
MIT License
86 stars 10 forks source link

Make it easier to use with convenience method #6

Closed carsonreinke closed 8 years ago

carsonreinke commented 9 years ago

May help to have this. Let me know what you think.

Fryguy commented 9 years ago

I like this :+1: We had to write something similar in our application, and it makes sense to be part of the library.

EDIT: Here's out CamcorderHelper, if you want more info on that: https://github.com/ManageIQ/manageiq/blob/master/gems/pending/spec/support/camcorder_helper.rb

carsonreinke commented 8 years ago

@Fryguy Very similar, curious about why you set the self.default_recorder but do not reset it.