mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-03 14:31:38 +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:
parent
3656e40a99
commit
68fce8e97d
@ -3829,7 +3829,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
|||||||
assert_select 'div#trackers_description', 0
|
assert_select 'div#trackers_description', 0
|
||||||
end
|
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
|
@request.session[:user_id] = 2
|
||||||
get :new, params: {
|
get :new, params: {
|
||||||
project_id: 1,
|
project_id: 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user