RSpec Email Testing Without MailCatcher
Rails developers test email one of three ways, and each verifies something different.
ActionMailer::Base.deliveries — the test adapter collects would-be emails in an array, and you assert against it.
zerodrop.hashnode.dev6 min read