1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test
yuuji.yaginuma e875273ebc use average_scheduled_poll_interval option instead of deprecated poll_interval
this removes the following warning:

```
DEPRECATION: `config.poll_interval = 0.5` will be removed in Sidekiq 4. Please update to `config.average_scheduled_poll_interval = 0.5`.
```
2015-08-15 22:41:46 +09:00
..
adapters ActiveJob testing improvements 2014-12-30 17:53:42 +02:00
cases Make assert_enqueued_with and assert_performed_with returns the matched job 2015-08-10 20:14:42 -04:00
integration implement provider_job_id for queue_classic. 2015-08-13 10:00:19 +02:00
jobs Fixes #20799 2015-08-04 00:38:18 +02:00
models [ActiveJob] raise DeserializationError when got an error deserializing 2014-08-17 23:10:45 +00:00
support use average_scheduled_poll_interval option instead of deprecated poll_interval 2015-08-15 22:41:46 +09:00
helper.rb Don't need to explicitly set test_order it's :random default 2015-05-08 17:10:28 +03:00