rails--rails/actionmailbox/test/unit
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
..
inbound_email Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
mail_ext Test extensions to Mail gem 2019-12-03 06:51:41 +09:00
mailbox Rename variable to represent type 2019-05-05 10:29:31 -07:00
inbound_email_test.rb Problem: ActionMailbox uses default ActiveStorage service 2021-06-30 09:33:29 -07:00
relayer_test.rb
router_test.rb Tweak unreachable assertion tests in the block of `assert_raises` 2021-08-17 20:33:08 +09:00
test_helper_test.rb Correct the assertion argument order 2019-08-08 00:06:34 +05:30