RuboCop Minitest 0.33.0
New features
- #266: Make
Minitest/AssertEqual
aware ofassert_operator
. (@koic) - #268: Make
Minitest/AssertMatch
aware ofassert_operator
. (@koic) - #267: Make
Minitest/RefuteEqual
aware ofassert_operator
andrefute_operator
. (@koic) - #269: Make
Minitest/RefuteMatch
aware ofrefute_operator
andassert_operator
. (@koic)