Improved text expression.

This commit is contained in:
Martin Edenhofer 2015-01-10 09:49:12 +01:00
parent 3e2648314d
commit a36a325fd7

View file

@ -410,7 +410,7 @@ class TicketNotificationTest < ActiveSupport::TestCase
assert_match( /Priority/, template[:body] ) assert_match( /Priority/, template[:body] )
assert_match( /1 low/, template[:body] ) assert_match( /1 low/, template[:body] )
assert_match( /2 normal/, template[:body] ) assert_match( /2 normal/, template[:body] )
assert_match( /update/, template[:subject] ) assert_match( /updated/i, template[:subject] )
# en notification # en notification
body = NotificationFactory.build( body = NotificationFactory.build(