Improve notification service tests

This commit is contained in:
Dmitriy Zaporozhets 2013-03-28 12:24:04 +02:00
parent f49a2ac0df
commit c04120c1c5
3 changed files with 22 additions and 11 deletions

View file

@ -33,7 +33,7 @@ class NotificationService
# * project team members with notification level higher then Participating
#
def close_issue(issue, current_user)
close_resource_email(issue, current_user, 'close_issue_email')
close_resource_email(issue, current_user, 'closed_issue_email')
end
# When we reassign an issue we should send next emails: