aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-10-05 09:01:12 +0200
committerYves Senn <yves.senn@gmail.com>2015-10-05 09:04:13 +0200
commitc468d7fedd88e2474fd74e804a954a154674c8a0 (patch)
tree85248855b7ee34957257d3809385e1e939cc6093 /activejob/CHANGELOG.md
parentf854be5e64737a7432570e9ce9d3edc38819e50a (diff)
parent6e0254e8d3c1dce532208bc868427d17aabbce5a (diff)
downloadrails-c468d7fedd88e2474fd74e804a954a154674c8a0.tar.gz
rails-c468d7fedd88e2474fd74e804a954a154674c8a0.tar.bz2
rails-c468d7fedd88e2474fd74e804a954a154674c8a0.zip
Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers
Fixed serializing `:at` option for `assert_eqnueued_with` and `assert_performed_with`
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 988815fee2..79235019fe 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Fixed serializing `:at` option for `assert_enqueued_with`
+ and `assert_performed_with`.
+
+ *Wojciech Wnętrzak*
+
* Support passing array to `assert_enqueued_jobs` in `:only` option.
*Wojciech Wnętrzak*