]> source.dussan.org Git - redmine.git/commitdiff
Remove trailing whitespaces from test/functional/documents_controller_test.rb
authorGo MAEDA <maeda@farend.jp>
Fri, 5 Oct 2018 05:27:42 +0000 (05:27 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 5 Oct 2018 05:27:42 +0000 (05:27 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17573 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/documents_controller_test.rb

index 4686639f3ec19e353a96b2e0e248efdfae3523ec..0a7aed72b339840525224827bb00be3ae912aaff 100644 (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