On 2008-11-06, at 09:36, 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

Hi Ramon. I'd refactor most of what's in the "before :show do" block into a couple of User instance methods (or whichever model @user belongs to). For example: http://pastie.org/308814

Cheers,
Nick
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to