Moved to <blockquote> and html emails in notifications. No "> " more needed.

This commit is contained in:
Martin Edenhofer 2015-01-06 15:30:00 +01:00
parent 642b110329
commit 6b75735c20

View file

@ -86,7 +86,7 @@ class NotificationFactoryTest < ActiveSupport::TestCase
{ {
:locale => 'de', :locale => 'de',
:string => 'Body #{article.body}, Group: #{ticket.group.name}', :string => 'Body #{article.body}, Group: #{ticket.group.name}',
:result => 'Body > some text, Group: Users', :result => 'Body some text, Group: Users',
}, },
{ {
:locale => 'de', :locale => 'de',
@ -145,8 +145,8 @@ class NotificationFactoryTest < ActiveSupport::TestCase
{ {
:locale => 'de', :locale => 'de',
:string => 'Body #{article.body}, Group: #{ticket.group.name}', :string => 'Body #{article.body}, Group: #{ticket.group.name}',
:result => 'Body > some text :result => 'Body some text
> next line, Group: Users', next line, Group: Users',
}, },
] ]
tests.each { |test| tests.each { |test|