Rename user_controller to users_controller
This commit is contained in:
parent
c77429000c
commit
3ec67ea2d3
58 changed files with 297 additions and 297 deletions
|
@ -5,7 +5,7 @@ class IssuesTest < ApplicationSystemTestCase
|
|||
|
||||
def test_view_issues_not_logged_in
|
||||
visit issues_path
|
||||
assert page.has_content?(I18n.t("user.login.title"))
|
||||
assert page.has_content?(I18n.t("users.login.title"))
|
||||
end
|
||||
|
||||
def test_view_issues_normal_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue