summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-24 03:51:20 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-24 03:51:20 +0000
commit78dba8073bdb3de380ca32d3948f54d68e26ea33 (patch)
tree7b26fbfb4c743314d04307c4791ad6f5fd13da1c /test/functional/wiki_controller_test.rb
parent1ed8d12acb22baaed7414a738456abf2ba3de645 (diff)
downloadredmine-78dba8073bdb3de380ca32d3948f54d68e26ea33.tar.gz
redmine-78dba8073bdb3de380ca32d3948f54d68e26ea33.zip
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
Diffstat (limited to 'test/functional/wiki_controller_test.rb')
-rw-r--r--test/functional/wiki_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
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 => {