Skip to content

RuboCop Minitest 0.7.0

Compare
Choose a tag to compare
@koic koic released this 09 Mar 05:58
· 636 commits to master since this release

New features

  • #60: Add new cop Minitest/GlobalExpectations to check for deprecated global expectations. (@tejasbubane)

Bug fixes

  • #58: Fix a false negative for Minitest/AssertMatch and Minitest/RefuteMatch when an argument is enclosed in redundant parentheses. (@koic)
  • #59: Fix a false negative for Minitest/AssertRespondTo and Minitest/RefuteRespondTo when an argument is enclosed in redundant parentheses. (@koic)
  • #61: Fix a false negative for Minitest/AssertInstanceOf and Minitest/RefuteInstanceOf when an argument is enclosed in redundant parentheses. (@koic)
  • #62: Fix a false negative for Minitest/AssertEmpty and Minitest/RefuteEmpty when an argument is enclosed in redundant parentheses. (@koic)