Skip to content

RuboCop Minitest 0.16.0

Compare
Choose a tag to compare
@koic koic released this 14 Nov 07:47
· 415 commits to master since this release

New features

  • #147: Add EnforcedStyle config parameter for Minitest/GlobalExpectations. (@gi)

Bug fixes

  • #142: Fix Minitest/GlobalExpectations autocorrect when receiver is lambda. (@gi)
  • #150: Fix a false positive for Minitest/AssertEmpty and RefuteEmpty cops when using empty method with any arguments. (@koic)