Displaying 1 result from an estimated 1 matches for "authenticationtest".
Did you mean:
authentication_test
2007 Jan 09
1
assert_redirected_to not working as expected
...ller => ''/home'', :action => ''welcome'')
else
flash[:notice] = "Signup unsuccessful!"
end
end
end
===
The "success" integration test
(test/integration/authentication_test.rb) looks like this (snipped):
===
class AuthenticationTest < ActionController::IntegrationTest
def setup
User.create(:login => "goober",
:email => "goober-I/zrSzmPSO5BDgjK7y7TUQ@public.gmane.org",
:password => "gomer",
:password_confirmation => "gomer&qu...