rails/activejob/test
Shouichi Kamiya 51ac8b9f6f Enable Minitest/LiteralAsActualArgument
There are assertions that expected/actual arguments are passed in the
reversed order by mistake. Enabling the LiteralAsActualArgument rule
prevents this mistake from happening.

The existing tests were auto-corrected by rubocop with a bit of
indentation adjustment.

Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
2023-09-13 10:09:32 +09:00
..
adapters Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
cases Enable Minitest/LiteralAsActualArgument 2023-09-13 10:09:32 +09:00
integration Add perform_all_later to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
jobs Merge PR #48010 2023-08-21 17:39:03 +00:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Active Job: async adapter should always run jobs immediately if immediate set 2023-07-03 09:02:51 +10:00
helper.rb Active Job: async adapter should always run jobs immediately if immediate set 2023-07-03 09:02:51 +10:00