From e2e9d7185e064f5c209a1c6a254e9e91ec2dad44 2015-01-08 06:20:32 From: Toshi MARUYAMA Date: 2015-01-08 06:20:32 Subject: [PATCH] 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 9f42748..6074441 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