diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-05 14:47:11 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-05 14:47:11 +0000 |
commit | d7856a4b74d64a8702ef4668db3e545da1e9c0c0 (patch) | |
tree | c2a3b21d4ccd59f531d0df6c63230636172d52b9 /test | |
parent | c3c1d4c7ecc0909981ecee47813e069ec87d547a (diff) | |
download | redmine-d7856a4b74d64a8702ef4668db3e545da1e9c0c0.tar.gz redmine-d7856a4b74d64a8702ef4668db3e545da1e9c0c0.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/mail_handler_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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! |