What happens if you

Page.stub_chain(:criteria, :id).and_return([mock_model("Page", :title =>
"foobar")])

(i.e., replace the mocked MongoidCriteria with a single-element Array
containing the mocked Page)

On Fri, Mar 25, 2011 at 8:18 AM, amkirwan <amkir...@gmail.com> wrote:

> no unfortunately that does not work either. I receive the error: undefined
> method `title' for #<Object:0x00000101cfd080>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to