fix a wrong method call in the refactor

This commit is contained in:
micael.bergeron 2017-10-12 09:18:15 -04:00
parent 38f0f7e8cc
commit 486da72f28
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module EmailHelpers
end
def should_not_email(user, recipients: email_recipients)
should_email(user, times: 0)
should_email(user, times: 0, recipients: recipients)
end
def should_not_email_anyone