remove trailing white space from test/unit/wiki_content_test.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12204 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-10-10 03:56:54 +00:00
parent a9892b5f0e
commit 53d749eb79
1 changed files with 1 additions and 1 deletions

View 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?