]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white spaces from test/unit/helpers/application_helper_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 14 Apr 2015 05:38:26 +0000 (05:38 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 14 Apr 2015 05:38:26 +0000 (05:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14171 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/application_helper_test.rb

index a1292632ebf18b58aba080281d4254993db6b706..c33314fde8f54a0375b01fe3f0b7f2c3b69cfe52 100644 (file)
@@ -300,7 +300,7 @@ RAW
     board_url = {:controller => 'boards', :action => 'show', :id => 2, :project_id => 'ecookbook'}
 
     message_url = {:controller => 'messages', :action => 'show', :board_id => 1, :id => 4}
-    
+
     news_url = {:controller => 'news', :action => 'show', :id => 1}
 
     project_url = {:controller => 'projects', :action => 'show', :id => 'subproject1'}
@@ -948,12 +948,12 @@ EXPECTED
   def test_pre_content_should_not_parse_wiki_and_redmine_links
     raw = <<-RAW
 [[CookBook documentation]]
-  
+
 #1
 
 <pre>
 [[CookBook documentation]]
-  
+
 #1
 </pre>
 RAW