Rename user_controller to users_controller
This commit is contained in:
parent
c77429000c
commit
3ec67ea2d3
58 changed files with 297 additions and 297 deletions
|
@ -30,7 +30,7 @@ class UserChangesetCommentsTest < ActionDispatch::IntegrationTest
|
|||
follow_redirect!
|
||||
# We should now be at the login page
|
||||
assert_response :success
|
||||
assert_template "user/login"
|
||||
assert_template "users/login"
|
||||
# We can now login
|
||||
post "/login", :params => { "username" => user.email, "password" => "test" }
|
||||
assert_response :redirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue