Skip to content

RuboCop Minitest 0.34.5

Compare
Choose a tag to compare
@koic koic released this 20 Jan 08:00
· 19 commits to master since this release

Bug fixes

  • #299: Fix an error for Style/UselessAssertion when passing a single argument to methods to accept two arguments. (@earlopain)

Changes

  • #298: Extend Minitest/AssertKindOf to also correct assert(object.is_a?(Class)). (@amomchilov)