Hello, I have a pages controller in which there's a form on the pages index page that posts(user registration) to the users controller create action. Can I test this with Rspec inside of the pages controller spec? I can't seem to figure out how. Its looking like controller specs are specific to their controller and maybe I can only do this through integration tests? Thanks
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

