From: Go MAEDA Date: Fri, 5 Oct 2018 05:27:42 +0000 (+0000) Subject: Remove trailing whitespaces from test/functional/documents_controller_test.rb X-Git-Tag: 4.0.0~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ece41123a18d26218642caa138099423913914be;p=redmine.git 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 --- diff --git a/test/functional/documents_controller_test.rb b/test/functional/documents_controller_test.rb index 4686639f3..0a7aed72b 100644 --- a/test/functional/documents_controller_test.rb +++ b/test/functional/documents_controller_test.rb @@ -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