hi Parker, maybe it is not an association mock problem. I view your code 
and I think you need to correct one place

@account.stub!(:articles).and_return(@article)

#=>

@account.stub!(:article).and_return(@article)
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to