Commit e23b7d23c3ee6487552951d407ae5bdb3adedc61
1 parent
c0ac8681
Exists in
master
and in
28 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 | 99 | |
100 | 100 | class ActionController::IntegrationTest |
101 | 101 | def login(username, password) |
102 | - post '/account/login', :user => { :login => username, :password => password } | |
102 | + post '/account/login', :login => username, :password => password | |
103 | 103 | assert_response :redirect |
104 | 104 | follow_redirect! |
105 | 105 | assert_not_equal '/account/login', path | ... | ... |