We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99d50a commit 1105beeCopy full SHA for 1105bee
Changelog.md
@@ -5,7 +5,8 @@ Bug Fixes:
5
6
* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux, #2302)
7
* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus Doits, #2304)
8
-* 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`
9
+ is set using `<Class>.delivery_job=`. (Atsushi Yoshida #2305)
10
11
### 4.0.0 / 2020-03-24
12
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.0)
0 commit comments