Moved to <blockquote> and html emails in notifications. No "> " more needed.
This commit is contained in:
parent
642b110329
commit
6b75735c20
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ class NotificationFactoryTest < ActiveSupport::TestCase
|
|||
{
|
||||
:locale => 'de',
|
||||
:string => 'Body #{article.body}, Group: #{ticket.group.name}',
|
||||
:result => 'Body > some text, Group: Users',
|
||||
:result => 'Body some text, Group: Users',
|
||||
},
|
||||
{
|
||||
:locale => 'de',
|
||||
|
@ -145,8 +145,8 @@ class NotificationFactoryTest < ActiveSupport::TestCase
|
|||
{
|
||||
:locale => 'de',
|
||||
:string => 'Body #{article.body}, Group: #{ticket.group.name}',
|
||||
:result => 'Body > some text
|
||||
> next line, Group: Users',
|
||||
:result => 'Body some text
|
||||
next line, Group: Users',
|
||||
},
|
||||
]
|
||||
tests.each { |test|
|
||||
|
|
Loading…
Reference in a new issue