summaryrefslogtreecommitdiff
path: root/spec/support/email_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/email_helpers.rb')
-rw-r--r--spec/support/email_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/email_helpers.rb b/spec/support/email_helpers.rb
index a9976972268..b39052923dd 100644
--- a/spec/support/email_helpers.rb
+++ b/spec/support/email_helpers.rb
@@ -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