diff options
author | Vlado Cingel <vladocingel@gmail.com> | 2019-07-26 00:41:15 +0200 |
---|---|---|
committer | Vlado Cingel <vladocingel@gmail.com> | 2019-07-26 00:41:15 +0200 |
commit | 10d0f48ad8c42b13738fade4c79b7275cfb7380d (patch) | |
tree | 078e5b00688181f137cd979dcb0f59c5fdb31b53 /actionmailbox/test/dummy | |
parent | c9b7b9ff8adb3f01db0f9af90359030028a33b5b (diff) | |
download | rails-10d0f48ad8c42b13738fade4c79b7275cfb7380d.tar.gz rails-10d0f48ad8c42b13738fade4c79b7275cfb7380d.tar.bz2 rails-10d0f48ad8c42b13738fade4c79b7275cfb7380d.zip |
Ability to test activejobs with relative delay
`assert_enqueued_with` and `assert_performed_with` were not able to
properly test jobs with relative delay. `:at` option was asserted for
equality and test will always fail cause small fraction of time will
pass between job call and assertion.
This commit fixes that by droping microseconds from `:at` argument
assertions.
Diffstat (limited to 'actionmailbox/test/dummy')
0 files changed, 0 insertions, 0 deletions