summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-29 12:48:01 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-29 12:48:01 +0000
commit51625172d9368acbdb45311c5a007a9e57187dbf (patch)
treed5fce8584d479ed65135af3ea49d336ee42c9878 /test
parent17b77d3ab835184809ca96961c555639f9108ec9 (diff)
downloadredmine-51625172d9368acbdb45311c5a007a9e57187dbf.tar.gz
redmine-51625172d9368acbdb45311c5a007a9e57187dbf.zip
fix source indent of test/unit/mail_handler_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20512 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/mail_handler_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb
index 618423542..422d098da 100644
--- a/test/unit/mail_handler_test.rb
+++ b/test/unit/mail_handler_test.rb
@@ -273,7 +273,7 @@ class MailHandlerTest < ActiveSupport::TestCase
:issue => {:project => 'ecookbook'},
:allow_override => ['affected version']
) do |email|
- email << "Affected version: 1.0\n"
+ email << "Affected version: 1.0\n"
end
assert issue.is_a?(Issue)
assert !issue.new_record?