Skip to content

RuboCop Minitest 0.30.0

Compare
Choose a tag to compare
@koic koic released this 06 Apr 08:40
· 171 commits to master since this release

New features

  • #248: Make Minitest/AssertInstanceOf and Minitest/RefuteInstanceOf aware of assert_equal(Class, object.class) and refute_equal(Class, object.class). (@koic)
  • #244: Make Minitest/GlobalExpectations aware of must_pattern_match and wont_pattern_match matchers. (@koic)
  • #216: Add new Minitest/NoTestCases cop. (@tejasbubane)

Bug fixes

  • #247: Prevent breaking change for assertion message in test. (@koic)