Skip to content

RuboCop Minitest 0.35.0

Latest
Compare
Choose a tag to compare
@koic koic released this 10 Mar 08:06
· 3 commits to master since this release

New features

Bug fixes

  • #300: Fix an error for Minitest/AssertEmptyLiteral when only passing an empty literal. (@earlopain)

Changes

  • #303: Require RuboCop 1.61 to use AutoCorrect: Contextual. (@koic)
  • #304: Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. (@koic)