From 4212e989a6c81f451ad3240ca5d9bd60f6aa4b9b Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 31 Mar 2020 09:14:20 +0100 Subject: [PATCH] Tweak changelog for #2305 --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 14d9594f1f..8f8cd1ac64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,8 @@ Bug Fixes: * Remove warning when calling `driven_by` in system specs. (Aubin Lorieux, #2302) * Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus Doits, #2304) -* Fix when using a mailer with `delivery_job` set to a sub class of `ActionMailer::DeliveryJob` (Atsushi Yoshida #2305) +* Allow `have_enqueued_mail` to match when a sub class of `ActionMailer::DeliveryJob` + is set using `.delivery_job=`. (Atsushi Yoshida #2305) ### 4.0.0 / 2020-03-24 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.0)