aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Deisz <kevin.deisz@gmail.com>2018-08-15 15:00:40 -0400
committerKevin Deisz <kevin.deisz@gmail.com>2018-08-15 15:00:40 -0400
commitec1630148853c46a1e3b35cd48bf85aa0e049d81 (patch)
treea61e0a77b4de700625ae8dc642a4515607432b1f /activejob/CHANGELOG.md
parent977d77e9e250a323f64785042d9ad8412368c19a (diff)
downloadrails-ec1630148853c46a1e3b35cd48bf85aa0e049d81.tar.gz
rails-ec1630148853c46a1e3b35cd48bf85aa0e049d81.tar.bz2
rails-ec1630148853c46a1e3b35cd48bf85aa0e049d81.zip
Allow `perform_enqueued_jobs` to be called without a block.
Performs all of the jobs that have been enqueued up to this point in the test.
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index 8526741383..8c4a74f739 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Allow `perform_enqueued_jobs` to be called without a block.
+
+ Performs all of the jobs that have been enqueued up to this point in the test.
+
+ *Kevin Deisz*
+
* Move `enqueue`/`enqueue_at` notifications to an around callback.
Improves timing accuracy over the old after callback by including