Rspec Testing Controller that Posts to Another Controller

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