Skip to content

RuboCop Minitest 0.27.0

Compare
Choose a tag to compare
@koic koic released this 30 Jan 02:21
· 180 commits to master since this release

New features

Bug fixes

  • #237: Fix a false positive for Minitest/UselessAssertion when using command execution. (@fatkodima)

Changes

  • #234: Mark Minitest/AssertTruthy as unsafe. (@koic)
  • #233: Mark Minitest/RefuteFalse as unsafe. (@koic)
  • #231: Change what is considered a test case by rubocop-minitest (public method without arguments with test_ name prefix). (@fatkodima)