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
This commit is contained in:
Toshi MARUYAMA 2012-01-05 14:47:11 +00:00
parent c3c1d4c7ec
commit d7856a4b74
1 changed files with 1 additions and 1 deletions

View File

@ -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!