Re: [rspec-users] I need some guidance

2007-12-21 Thread jimmy zimmerman
I watched the Mocks video. -- Jimmy On Dec 21, 2007 11:56 AM, Pat Maddox <[EMAIL PROTECTED]> wrote: > On Dec 21, 2007 10:30 AM, jimmy zimmerman <[EMAIL PROTECTED]> > wrote: > > I'm building an http communicator class for a web service API wrapper > and > > I

[rspec-users] I need some guidance

2007-12-21 Thread jimmy zimmerman
I think I just need some guidance on how to approach something like this. Do I just ignore the implementation details? Do I push the actual posting of data to a private method and mock that method so that I can verify that it is being called? Would you recommend I actually hit the we