Skip to content

RuboCop Minitest 0.6.0

Compare
Choose a tag to compare
@koic koic released this 07 Feb 02:24
· 669 commits to master since this release

New features

  • #49: New cops AssertMatch and RefuteMatch check for use of assert_match/refute_match instead of assert(foo.match(bar))/refute(foo.match(bar)). (@fsateler)