This commit is contained in:
Douwe Maan 2015-12-25 13:20:20 +01:00
parent 43a3a401bd
commit 9a0e16f454
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ describe NotificationService, services: true do
note.project.team.members.each do |member|
# User with disabled notification should not be notified
next if member.id == @u_disabled.id
# Author should not be notified
next if member.id == note.author.id
should_email(member)
end