aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2015-07-23 18:45:07 -0400
committerJean Boussier <jean.boussier@gmail.com>2015-08-10 20:14:42 -0400
commitb6d3a478fa22365207637454e0ac5c805a67af06 (patch)
treee0800b4538d76415ab52fe637d7f06ad6d8cb02f /activejob/CHANGELOG.md
parent628a23cdd230f7f830ecbba137ab2430f69e8db5 (diff)
downloadrails-b6d3a478fa22365207637454e0ac5c805a67af06.tar.gz
rails-b6d3a478fa22365207637454e0ac5c805a67af06.tar.bz2
rails-b6d3a478fa22365207637454e0ac5c805a67af06.zip
Make assert_enqueued_with and assert_performed_with returns the matched job
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index 1bd97eed38..d8944a5338 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,8 @@
+* `assert_enqueued_with` and `assert_performed_with` now returns the matched
+ job instance for further assertions.
+
+ *Jean Boussier*
+
* Include I18n.locale into job serialization/deserialization and use it around
`perform`.