Commit e23b7d23c3ee6487552951d407ae5bdb3adedc61
1 parent
c0ac8681
Exists in
master
and in
29 other branches
ActionItem135: making most tests pass again
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1093 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/test_helper.rb
@@ -99,7 +99,7 @@ end | @@ -99,7 +99,7 @@ end | ||
99 | 99 | ||
100 | class ActionController::IntegrationTest | 100 | class ActionController::IntegrationTest |
101 | def login(username, password) | 101 | def login(username, password) |
102 | - post '/account/login', :user => { :login => username, :password => password } | 102 | + post '/account/login', :login => username, :password => password |
103 | assert_response :redirect | 103 | assert_response :redirect |
104 | follow_redirect! | 104 | follow_redirect! |
105 | assert_not_equal '/account/login', path | 105 | assert_not_equal '/account/login', path |