I am running BDD steps with cucumber to implement my autlogic login behavior.
Scenario: log in Given a registered user: \"test@test.com\" with password: \"p@ssw
Looks like rails 2.3.8 has changed the method in which is displays notices..
redirect_to(root_url, :notice => 'Login successful!')
might be what you're looking for.