From: Toshi MARUYAMA Date: Wed, 24 Aug 2011 03:51:20 +0000 (+0000) Subject: remove trailing white-spaces from test/functional/wiki_controller_test.rb. X-Git-Tag: 1.3.0~1403 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78dba8073bdb3de380ca32d3948f54d68e26ea33;p=redmine.git remove trailing white-spaces from test/functional/wiki_controller_test.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6558 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb index e32367b4f..9450ac18e 100644 --- a/test/functional/wiki_controller_test.rb +++ b/test/functional/wiki_controller_test.rb @@ -250,7 +250,7 @@ class WikiControllerTest < ActionController::TestCase get :annotate, :project_id => 1, :id => 'CookBook_documentation', :version => 2 assert_response :success assert_template 'annotate' - + # Line 1 assert_tag :tag => 'tr', :child => { :tag => 'th', :attributes => {:class => 'line-num'}, :content => '1', :sibling => { @@ -259,7 +259,7 @@ class WikiControllerTest < ActionController::TestCase } } } - + # Line 5 assert_tag :tag => 'tr', :child => { :tag => 'th', :attributes => {:class => 'line-num'}, :content => '5', :sibling => {