diff --git a/test/test_helper.rb b/test/test_helper.rb index 548aaf8..0765120 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -107,7 +107,7 @@ follow_redirects assert_response :success - assert_select '.main_page_content h1', Plan.model_name.human.pluralize.titleize + assert_select '.main_page_content h1', I18n.t("helpers.project.projects_title") end # ----------------------------------------------------------------------