summaryrefslogtreecommitdiffstats
path: root/test/unit/wiki_content_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-10-10 03:56:54 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-10-10 03:56:54 +0000
commit53d749eb79ff351301d18b90937298cff7b5c2ec (patch)
tree219f7ff5df9d7bb5d2cb032764825b65c5054ca9 /test/unit/wiki_content_test.rb
parenta9892b5f0e7dfab09f081496dc8cf87d7f7d167c (diff)
downloadredmine-53d749eb79ff351301d18b90937298cff7b5c2ec.tar.gz
redmine-53d749eb79ff351301d18b90937298cff7b5c2ec.zip
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
Diffstat (limited to 'test/unit/wiki_content_test.rb')
-rw-r--r--test/unit/wiki_content_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/wiki_content_test.rb b/test/unit/wiki_content_test.rb
index e06b416f9..10d9cea8a 100644
--- a/test/unit/wiki_content_test.rb
+++ b/test/unit/wiki_content_test.rb
@@ -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?