mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
remove spaces inside {} of MailHandlerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@19963 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c77b108279
commit
f435e1993d
@ -661,7 +661,7 @@ class MailHandlerTest < ActiveSupport::TestCase
|
|||||||
def test_empty_attachment_should_not_be_imported
|
def test_empty_attachment_should_not_be_imported
|
||||||
issue = submit_email(
|
issue = submit_email(
|
||||||
'ticket_with_empty_attachment.eml',
|
'ticket_with_empty_attachment.eml',
|
||||||
issue: { project: 'ecookbook' }
|
:issue => {:project => 'ecookbook'}
|
||||||
)
|
)
|
||||||
assert_equal 0, issue.attachments.size
|
assert_equal 0, issue.attachments.size
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user