Skip to content

RuboCop Minitest 0.36.0

Latest
Compare
Choose a tag to compare
@koic koic released this 31 Aug 09:06
· 2 commits to master since this release

Bug fixes

  • #317: Fix an error for Minitest/MultipleAssertions when using for-style loops. (@earlopain)
  • #314: Fix an error for Minitest/SkipEnsure when only ensure has a body. (@earlopain)

Changes

  • #314: (Breaking) Raise a useful error when using a Cop in AssertOffense if the Cop's class is not defined. (@brandoncc)