1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix RuboCop offense Naming/MethodName due to r21269 (#29076).

git-svn-id: http://svn.redmine.org/redmine/trunk@21272 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-11-08 14:12:05 +00:00
parent 3656e40a99
commit 68fce8e97d

View File

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