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.
[+] [-] cmkrnl|11 years ago|reply
[+] [-] codezero|11 years ago|reply
edit: yes, at least 5 years old, but bloody esoteric http://moronlab.blogspot.com/2010/01/nock-maxwells-equations...
[+] [-] davidgerard|11 years ago|reply
[+] [-] mmcclure|11 years ago|reply
- 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).
[+] [-] nailer|11 years ago|reply
[+] [-] t__crayford|11 years ago|reply
[+] [-] vvoyer|11 years ago|reply
[+] [-] deitcher|11 years ago|reply
[+] [-] general_failure|11 years ago|reply
Also a shout out for hock which gives the same API as mock but useful for mocking external services - https://github.com/mmalecki/hock.
[+] [-] codemod|11 years ago|reply