summaryrefslogtreecommitdiff
path: root/spec/support/updating_mentions_shared_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/updating_mentions_shared_examples.rb')
-rw-r--r--spec/support/updating_mentions_shared_examples.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/updating_mentions_shared_examples.rb b/spec/support/updating_mentions_shared_examples.rb
index eeec3e1d79b..565d3203e4f 100644
--- a/spec/support/updating_mentions_shared_examples.rb
+++ b/spec/support/updating_mentions_shared_examples.rb
@@ -7,8 +7,6 @@ RSpec.shared_examples 'updating mentions' do |service_class|
end
def update_mentionable(opts)
- reset_delivered_emails!
-
perform_enqueued_jobs do
service_class.new(project, user, opts).execute(mentionable)
end