I'm able to get faked authenticated feature specs (via rspec) to work with my application using login_as which covers the next request to occur. However, for actions that contain redirects with the Rails controller's action, it does not appear possible to set the user proxy in place for that request (the redirection). Is there a way to tell the application to use login_as for all requests in a feature spec?