Ramon Tayag wrote: > How do you test that your controller fetched the right records? > > I have an action that returns a different set of records based on > whether or not the current_user is the "owner" of the profile being > viewed. > > Code is here http://pastie.org/308685. > > "controller.submissions.size.should == 1" makes sense but it doesn't > work. Of course, I might be doing this wrong altogether! Very new to > rspec. > > Thanks! > Ramon Tayag
>From what I read and my little experience with rpsec, you shouldn't test for the exact return values. This kind of test should be done when testing the model alone. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
