From 6b75735c20229c5be31c462ec3ef256f7794e50c Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 6 Jan 2015 15:30:00 +0100 Subject: [PATCH] Moved to
and html emails in notifications. No "> " more needed. --- test/unit/notification_factory_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit/notification_factory_test.rb b/test/unit/notification_factory_test.rb index 632e2ada3..ad82e4ade 100644 --- a/test/unit/notification_factory_test.rb +++ b/test/unit/notification_factory_test.rb @@ -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|