aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorVlado Cingel <vladocingel@gmail.com>2019-07-26 00:41:15 +0200
committerVlado Cingel <vladocingel@gmail.com>2019-07-26 00:41:15 +0200
commit10d0f48ad8c42b13738fade4c79b7275cfb7380d (patch)
tree078e5b00688181f137cd979dcb0f59c5fdb31b53 /actionview
parentc9b7b9ff8adb3f01db0f9af90359030028a33b5b (diff)
downloadrails-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 'actionview')
0 files changed, 0 insertions, 0 deletions