Rename user_controller to users_controller

This commit is contained in:
Andy Allan 2018-10-03 15:31:10 +02:00
parent c77429000c
commit 3ec67ea2d3
58 changed files with 297 additions and 297 deletions

View file

@ -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