Add custom RuboCop for `assert_not` over `refute` by composerinteralia · Pull Request #32441 · rails/rails
Since at least cf4afc4 we have preferred assert_not methods over refute methods in our tests. I have seen plenty of comments in PRs about this, and we have tried to fix it a few times (5294ad8, e45...