Re: [rspec-users] Stubbing controller methods vs model methods

2008-01-29 Thread Chris Olsen
Hey Ben, That makes perfect sense. Thanks for pointing out the error because I don't think I would've been able to figure it out. Thanks, as well, for the stubbing/mocking tip. I will keep my eyes open for that in the future. -- Posted via http://www.ruby-forum.com/.

Re: [rspec-users] Stubbing controller methods vs model methods

2008-01-29 Thread Ben Mabey
Chris Olsen wrote: > I had an error that I couldn't figure out, then when writing up a > question for the forum I figured it out. The thing is I don't > understand why the change that was made works and why what existed > before didn't. > > Here is the initial post when I had the error: >

[rspec-users] Stubbing controller methods vs model methods

2008-01-29 Thread Chris Olsen
I had an error that I couldn't figure out, then when writing up a question for the forum I figured it out. The thing is I don't understand why the change that was made works and why what existed before didn't. Here is the initial post when I had the error: -- In th