mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 13:02:10 +02:00
Remove trailing whitespaces from test/functional/attachments_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18219 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -519,12 +519,12 @@ class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
'1' => {
|
||||
:filename => 'newname.text',
|
||||
:description => ''
|
||||
},
|
||||
},
|
||||
'4' => {
|
||||
:filename => 'newname.rb',
|
||||
:description => 'Renamed'
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -543,12 +543,12 @@ class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
'1' => {
|
||||
:filename => '',
|
||||
:description => ''
|
||||
},
|
||||
},
|
||||
'4' => {
|
||||
:filename => 'newname.rb',
|
||||
:description => 'Renamed'
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user