rails--rails/activejob/test
Koichi ITO 65af100ddd Tweak unreachable assertion tests in the block of `assert_raises`
I found an unexpected use of assertion in the block of `assert_raise`
when I implemented https://github.com/rubocop/rubocop-minitest/pull/137.
It is expected to be asserted after an exception is raised in
`assert_raise` block, but in actually it is not asserted after an
exception is raised. Therefore, this PR removes or updates assertions
that have not been asserted after an exception has raised.

This PR will add `rubocop-minitest` and enable
`Minitest/UnreachableAssertion` cop to able similar auto-detection,
but will remove `rubocop-minitest` from this PR if you don't like it.
2021-08-17 20:33:08 +09:00
..
adapters Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
cases Tweak unreachable assertion tests in the block of `assert_raises` 2021-08-17 20:33:08 +09:00
integration Wrap evaluation of db/seeds.rb with the executor 2020-11-18 16:26:20 -06:00
jobs Deletes an AJ test that used classic 2021-08-09 13:39:51 +02:00
models [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
support Remove spring as a default installation option (#42997) 2021-08-12 12:31:18 +02:00
helper.rb Return `false` when enqueuing a job is aborted 2020-10-30 00:25:31 +00:00