Releases: rubocop/rubocop-minitest
Releases · rubocop/rubocop-minitest
RuboCop Minitest 0.6.0
RuboCop Minitest 0.5.1
RuboCop Minitest 0.5.0
New features
- #32: Add new
Minitest/AssertEmptyLiteral
cop. (@tejasbubane)
RuboCop Minitest 0.4.1
RuboCop Minitest 0.4.0
New features
- #29: Add new
Minitest/RefuteRespondTo
cop. (@herwinw) - #31: Add new
Minitest/AssertEqual
cop. (@herwinw) - #34: Add new
Minitest/AssertInstanceOf
cop. (@abhaynikam) - #35: Add new
Minitest/RefuteInstanceOf
cop. (@abhaynikam)
Bug fixes
RuboCop Minitest 0.3.0
New features
- #15: Add new
Minitest/RefuteIncludes
cop. (@abhaynikam) - #18: Add new
Minitest/RefuteFalse
cop. (@duduribeiro) - #20: Add new
Minitest/RefuteEmpty
cop. (@abhaynikam) - #21: Add new
Minitest/RefuteEqual
cop. (@duduribeiro) - #27: Add new
Minitest/AssertRespondTo
cop. (@duduribeiro)
Bug fixes
- #19: Fix a false negative for
Minitest/AssertIncludes
when usinginclude
method in arguments ofassert
method. (@abhaynikam)
RuboCop Minitest 0.2.1
RuboCop Minitest 0.2.0
New features
- #11: Add new
Minitest/RefuteNil
cop. (@tejasbubane ) - #8: Add new
Minitest/AssertTruthy
cop. (@abhaynikam ) - #9: Add new
Minitest/AssertIncludes
cop. (@abhaynikam ) - #10: Add new
Minitest/AssertEmpty
cop. (@abhaynikam )
RuboCop Minitest 0.1.0
New features
- Create RuboCop Minitest gem. (@koic)
- #6: Add new
Minitest/AssertNil
cop. (@duduribeiro )