1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 00:53:24 +00:00

Remove trailing whitespaces from test/functional/documents_controller_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@17573 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-10-05 05:27:42 +00:00
parent 0438d68db8
commit ece41123a1

View File

@ -118,10 +118,10 @@ LOREM
:title => 'DocumentsControllerTest#test_post_new',
:description => 'This is a new document',
:category_id => 2
},
},
:attachments => {
'1' => {
'file' => uploaded_test_file('testfile.txt', 'text/plain')}
'file' => uploaded_test_file('testfile.txt', 'text/plain')}
}
}
end
@ -159,7 +159,7 @@ LOREM
:document => {
:title => 'no default',
:description => 'This is a new document',
:category_id => category1.id
:category_id => category1.id
}
}
assert_redirected_to '/projects/ecookbook/documents'
@ -220,7 +220,7 @@ LOREM
:id => 1,
:attachments => {
'1' => {
'file' => uploaded_test_file('testfile.txt', 'text/plain')}
'file' => uploaded_test_file('testfile.txt', 'text/plain')}
}
}
end