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:
parent
c3c1d4c7ec
commit
d7856a4b74
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue