class RSpec::Rails::Matchers::HaveEnqueuedMail

def matches?(block)

def matches?(block)
  raise ArgumentError, 'have_enqueued_mail and enqueue_mail only work with block arguments' unless block.respond_to?(:call)
  check_active_job_adapter
  super
end