Skip to content

RuboCop Minitest 0.32.2

Compare
Choose a tag to compare
@koic koic released this 27 Sep 02:08
· 92 commits to master since this release

Bug fixes

  • #263: Fix an error for Minitest/AssertOperator and Minitest/RefuteOperator when using unary operation argument. (@koic)

Changes

  • #264: Make Minitest/AssertOperator and Minitest/RefuteOperator allow index access with []. (@flavorjones)