Skip to content

Releases: rubocop/rubocop-minitest

RuboCop Minitest 0.4.1

09 Nov 16:34
Compare
Choose a tag to compare

Bug fixes

  • #39: Fix an incorrect autocorrect for Minitest/AssertRespondTo and Minitest/RefuteRespondTo when using assertion method calling respond_to with receiver omitted. (@koic)

RuboCop Minitest 0.4.0

07 Nov 05:12
Compare
Choose a tag to compare

New features

Bug fixes

  • #25: Add Enabled: true to Minitest department config to suppress Warning: Minitest does not support Enabled parameter. (@koic)

RuboCop Minitest 0.3.0

13 Oct 18:12
Compare
Choose a tag to compare

New features

Bug fixes

  • #19: Fix a false negative for Minitest/AssertIncludes when using include method in arguments of assert method. (@abhaynikam)

RuboCop Minitest 0.2.1

24 Sep 06:51
Compare
Choose a tag to compare

Bug fixes

  • #13: Fix the execution target specified in Include parameter. (@koic)

RuboCop Minitest 0.2.0

21 Sep 06:53
Compare
Choose a tag to compare

New features

RuboCop Minitest 0.1.0

31 Aug 23:26
Compare
Choose a tag to compare

New features