On 10 Nov 2009, at 14:08, Saverio Miroddi wrote: > Is there a clean/simple way of stubbing the activerecord find() for a > single instance?
MyModel.stub(:find).with(42).and_return(myModel) _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users