From 855c9897eb98ea4d77ec5036d15cdd1764698838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 8 Apr 2020 17:22:38 -0400 Subject: [PATCH] Move CHANGELOG entry to the top --- activejob/CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index b759bc7465..6e54bc8c35 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,8 @@ +* While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with + `assert_enqueued_with`. + + *Dmitry Polushkin* + * `ActiveJob::TestCase#perform_enqueued_jobs` without a block removes performed jobs from the queue. That way the helper can be called multiple times and not perform a job invocation multiple times. @@ -105,9 +110,5 @@ *Anthony Ross* -* While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with `assert_enqueued_with`. - - *Dmitry Polushkin* - Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activejob/CHANGELOG.md) for previous changes.