Re: [rspec-users] Adding Test Spy into Rspec mocking framework

2008-09-21 Thread Pat Maddox
Joseph Wilk <[EMAIL PROTECTED]> writes: > http://notahat.com/not_a_mock > http://github.com/notahat/not_a_mock/tree/master > > Thought this might be of interest to you Pat. This is awesome. Thanks, Joseph. ___ rspec-users mailing list rspec-users@rubyfo

Re: [rspec-users] Adding Test Spy into Rspec mocking framework

2008-09-21 Thread Joseph Wilk
I've been doing further work on adding the Test Spy to the RR mocking framework. During my background research I came across a Spy like mocking framework called 'Not A Mock' by Pete Yandell. This comes with Rspec hooks. It uses a similar syntax to what we have discussed here and as Pat mention