summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-11-08 14:12:05 +0000
committerGo MAEDA <maeda@farend.jp>2021-11-08 14:12:05 +0000
commit68fce8e97d1634f9c975dd4fabbd746a8dcd02c0 (patch)
tree066cd0583a87bf398ee42d58464462f5c74f0990 /test/functional/issues_controller_test.rb
parent3656e40a99a4c0c85d468c9fc10a042892466794 (diff)
downloadredmine-68fce8e97d1634f9c975dd4fabbd746a8dcd02c0.tar.gz
redmine-68fce8e97d1634f9c975dd4fabbd746a8dcd02c0.zip
Fix RuboCop offense Naming/MethodName due to r21269 (#29076).
git-svn-id: http://svn.redmine.org/redmine/trunk@21272 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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,