Commit 486da72f authored by micael.bergeron's avatar micael.bergeron

fix a wrong method call in the refactor

parent 38f0f7e8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment