From d7856a4b74d64a8702ef4668db3e545da1e9c0c0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 5 Jan 2012 14:47:11 +0000 Subject: [PATCH] remove trailing white-space from test/unit/mail_handler_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8519 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/mail_handler_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb index 1466dd2b2..889efb6f3 100644 --- a/test/unit/mail_handler_test.rb +++ b/test/unit/mail_handler_test.rb @@ -517,7 +517,7 @@ class MailHandlerTest < ActiveSupport::TestCase assert user.password.length >= 15 end end - + def test_new_user_from_attributes_should_use_default_login_if_invalid MailHandler.new_user_from_attributes('alongemailaddressthatexceedsloginlength-1@example.net').save!