I used this for a few projects a while back and loved it, and looking through the README in Master it seems like a lot has been improved:
- Delayed responses.
- Delayed connections.
- Custom HTTP verbs for ones that don't have convenience methods.
- Nock Back
I believe recording had just been introduced when I was using the library, but Nock Back is seems like the last piece that brings it on par with the VCR lib I was used to using with Ruby / RSpec projects.
It's always nice to scroll through a project you've had a good experience with and see the README has been considerably fleshed out (in a good way).
A lot of my current projects have Test Induced Design Damage from having HTTP functionality ripped away from any other processing. This would make my methods shorter and my tests cover more as well.