rails--rails/activejob/test
Eugene Kenny 5545f6a771 Fix Active Job Sidekiq integration tests
The `Sidekiq::Logging` module was removed in Sidekiq 6.0 in favour of
`Sidekiq.logger=`.

https://github.com/mperham/sidekiq/wiki/Logging#api-changes

> The old Sidekiq::Logging class was removed in Sidekiq 6.0. You should
> not be accessing any Sidekiq internal classes to use the logger. Use
> `logger` directly in your Worker or use `Sidekiq.logger` elsewhere.
2019-09-01 23:31:21 +02:00
..
adapters Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
cases Log active_job potential matches when asserting 2019-08-12 15:16:12 -05:00
integration Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
jobs Require time extensions in the job that depends on time 2019-08-02 00:52:02 -04:00
models [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
support Fix Active Job Sidekiq integration tests 2019-09-01 23:31:21 +02:00
helper.rb Output junit format test report 2019-04-04 14:34:46 +09:00