From e23b7d23c3ee6487552951d407ae5bdb3adedc61 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 14 Dec 2007 19:21:12 +0000 Subject: [PATCH] ActionItem135: making most tests pass again --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index b8b3b3c..7ddc578 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -99,7 +99,7 @@ end class ActionController::IntegrationTest def login(username, password) - post '/account/login', :user => { :login => username, :password => password } + post '/account/login', :login => username, :password => password assert_response :redirect follow_redirect! assert_not_equal '/account/login', path -- libgit2 0.21.2