Re: [rspec-users] SOLVED Observer not calling inside a spec

2008-11-26 Thread Mikel Lindsaar
On Thu, Nov 27, 2008 at 12:54 AM, David Chelimsky <[EMAIL PROTECTED]>wrote: > Ouch! > > Good lesson though. Keep your test data close, and your mocks and stubs > closer. > > Thanks for reporting and congrats on being able to move on :) Yeah... finding it involved walking through the entire call

Re: [rspec-users] SOLVED Observer not calling inside a spec

2008-11-26 Thread David Chelimsky
On Wed, Nov 26, 2008 at 7:48 AM, Mikel Lindsaar <[EMAIL PROTECTED]> wrote: > Hands up all the people in here who feel stupid > > Thanks. > Problem was that I had an errant stub!(:notify) in a factory method. That > factory method was only called on certain classes. Those classes were the > ones

Re: [rspec-users] SOLVED Observer not calling inside a spec

2008-11-26 Thread Mikel Lindsaar
Hands up all the people in here who feel stupid Thanks. Problem was that I had an errant stub!(:notify) in a factory method. That factory method was only called on certain classes. Those classes were the ones failing. My bad. -- http://lindsaar.net/ Rails, RSpec and Life blog