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:
parent
a9892b5f0e
commit
53d749eb79
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue