Removed wrong test.
This commit is contained in:
parent
b49d087817
commit
fbba548e0b
1 changed files with 0 additions and 2 deletions
|
@ -440,8 +440,6 @@ class TicketNotificationTest < ActiveSupport::TestCase
|
||||||
# de template
|
# de template
|
||||||
template = bg.template_update(agent1, ticket1, article, human_changes)
|
template = bg.template_update(agent1, ticket1, article, human_changes)
|
||||||
assert( template[:subject] )
|
assert( template[:subject] )
|
||||||
assert( template[:subject] )
|
|
||||||
assert_match( /Bobs's resumé/, template[:subject] )
|
|
||||||
assert( template[:body] )
|
assert( template[:body] )
|
||||||
assert_match( /Priority/, template[:body] )
|
assert_match( /Priority/, template[:body] )
|
||||||
assert_match( /1 low/, template[:body] )
|
assert_match( /1 low/, template[:body] )
|
||||||
|
|
Loading…
Reference in a new issue