Displaying 1 result from an estimated 1 matches for "bd0a0834".
2007 Dec 01
5
specifying an HTTP status code
Hi all,
I''m just starting to work w/ RSpec, so I hope this question isn''t too
obvious or missing the point somehow: Is there a way in RSpec to
specify that a controller action should use a specific HTTP status
code? Specifically I want to test for the usage of 301 as opposed to
302, for a permanent redirection.
response.should be_redirect
looks like it calls