From: Toshi MARUYAMA Date: Thu, 8 Jan 2015 06:20:32 +0000 (+0000) Subject: replace tab to space at test/test_helper.rb X-Git-Tag: 3.0.0~158 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2e9d7185e064f5c209a1c6a254e9e91ec2dad44;p=redmine.git replace tab to space at test/test_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@13854 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/test_helper.rb b/test/test_helper.rb index 9f4274830..60744414f 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -213,7 +213,7 @@ class ActiveSupport::TestCase mail.parts.first.body.encoded end - # Returns the lft value for a new root issue + # Returns the lft value for a new root issue def new_issue_lft 1 end