Skip to content

Commit

Permalink
Change log for rspec#2305
Browse files Browse the repository at this point in the history
  • Loading branch information
yalab committed Mar 31, 2020
1 parent bfbd3e0 commit e982861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,7 @@ 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`

### 4.0.0 / 2020-03-24
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/rspec/rails/matchers/have_enqueued_mail_spec.rb
Expand Up @@ -407,7 +407,7 @@ def self.name; "NonMailerJob"; end
)
end

it "passes when using a mailer with `delivery_job` set to a sub class of `ActionMailer::Base`" do
it "passes when using a mailer with `delivery_job` set to a sub class of `ActionMailer::DeliveryJob`" do
expect {
UnifiedMailerWithDeliveryJobSubClass.test_email.deliver_later
}.to have_enqueued_mail(UnifiedMailerWithDeliveryJobSubClass, :test_email)
Expand Down

0 comments on commit e982861

Please sign in to comment.