## Is your feature request related to a problem? Please describe. Minitest by itself defines `assert_raises` and rails defined the alias `assert_raise` for it. ## Describe the solution you'd like Prefer the native `assert_raises` over `assert_raise`. ## Additional context https://api.rubyonrails.org/classes/ActiveSupport/Testing/Assertions.html#method-i-assert_raise