From 486da72f2801cae0a170e4e4eafc4b928cd3f060 Mon Sep 17 00:00:00 2001 From: "micael.bergeron" Date: Thu, 12 Oct 2017 09:18:15 -0400 Subject: fix a wrong method call in the refactor --- spec/support/email_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1