mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 13:27:40 +02:00
Fix rubocop warnings on 5.0-stable branch.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22763 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1187,7 +1187,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
create!(
|
||||
:name => 'Long text', :field_format => 'text',
|
||||
:full_width_layout => '1',
|
||||
:tracker_ids => [1,3], :is_for_all => true
|
||||
:tracker_ids => [1, 3], :is_for_all => true
|
||||
)
|
||||
issue = Issue.find(1)
|
||||
issue.custom_field_values = {field.id => 'This is a long text'}
|
||||
|
||||
@@ -318,7 +318,7 @@ class MessagesControllerTest < Redmine::ControllerTest
|
||||
:params => {
|
||||
:board_id => 1,
|
||||
:id => 3
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
assert_response 404
|
||||
|
||||
Reference in New Issue
Block a user