From: Go MAEDA Date: Mon, 8 Nov 2021 14:12:05 +0000 (+0000) Subject: Fix RuboCop offense Naming/MethodName due to r21269 (#29076). X-Git-Tag: 5.0.0~194 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68fce8e97d1634f9c975dd4fabbd746a8dcd02c0;p=redmine.git Fix RuboCop offense Naming/MethodName due to r21269 (#29076). git-svn-id: http://svn.redmine.org/redmine/trunk@21272 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index e0e05c97e..f9432d311 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -3829,7 +3829,7 @@ class IssuesControllerTest < Redmine::ControllerTest assert_select 'div#trackers_description', 0 end - def test_get_new_should_show_create_and_follow_button_when_issue_is_subtask_and_back_urL_is_present + def test_get_new_should_show_create_and_follow_button_when_issue_is_subtask_and_back_url_is_present @request.session[:user_id] = 2 get :new, params: { project_id: 1,