diff options
author | Go MAEDA <maeda@farend.jp> | 2018-10-05 05:27:42 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-10-05 05:27:42 +0000 |
commit | ece41123a18d26218642caa138099423913914be (patch) | |
tree | 447e48cb35d7d60b36518fee47faf63548cf4d59 /test | |
parent | 0438d68db8ca3595713047183b1bff54d7bf53f1 (diff) | |
download | redmine-ece41123a18d26218642caa138099423913914be.tar.gz redmine-ece41123a18d26218642caa138099423913914be.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/documents_controller_test.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |