]> source.dussan.org Git - redmine.git/commitdiff
Fix RuboCop offense Naming/MethodName due to r21269 (#29076).
authorGo MAEDA <maeda@farend.jp>
Mon, 8 Nov 2021 14:12:05 +0000 (14:12 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 8 Nov 2021 14:12:05 +0000 (14:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21272 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index e0e05c97e2514563b9f72c726336032e54dc3f45..f9432d3115bdb72ca3506f885c8b10996c428f7a 100644 (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,