diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-08 06:20:32 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-08 06:20:32 +0000 |
commit | e2e9d7185e064f5c209a1c6a254e9e91ec2dad44 (patch) | |
tree | 6b32ea7900d66689434fe50c7bbc02711d3cad35 /test/test_helper.rb | |
parent | fec68fcfc1d1aa32e111fa4c1a05887e0057aa67 (diff) | |
download | redmine-e2e9d7185e064f5c209a1c6a254e9e91ec2dad44.tar.gz redmine-e2e9d7185e064f5c209a1c6a254e9e91ec2dad44.zip |
replace tab to space at test/test_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13854 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |