]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white space from test/unit/wiki_content_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 10 Oct 2013 03:56:54 +0000 (03:56 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 10 Oct 2013 03:56:54 +0000 (03:56 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12204 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/wiki_content_test.rb

index e06b416f9c40d358b2af7e1fa39648f7af609e96..10d9cea8af6188e5ebd08d154861491d484b38fd 100644 (file)
@@ -117,7 +117,7 @@ class WikiContentTest < ActiveSupport::TestCase
     page.reload
     assert_equal 500.kilobyte, page.content.text.size
   end
-  
+
   def test_current_version
     content = WikiContent.find(11)
     assert_equal true, content.current_version?