I\'m trying to test a controller and I got this error. I understand the error, but don\'t know how to fix it.
test: on CREATE to :user with completely invali
In Rails3 I got the same error: To get rid of this in corresponding controller provided rescue for "redirect_to :back" Example: redirect_to :back rescue redirect_to required_path
redirect_to :back rescue redirect_to required_path