RuboCop Minitest 0.34.5
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 correctassert(object.is_a?(Class))
. (@amomchilov)