Module: RuboCop::Cop::Minitest::InstanceOfAssertionHandleable Private
- Includes:
- ArgumentRangeHelper
- Included in:
- AssertInstanceOf, RefuteInstanceOf
- Defined in:
- lib/rubocop/cop/mixin/instance_of_assertion_handleable.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Common functionality for ‘Minitest/AssertInstanceOf` and `Minitest/RefuteInstanceOf` cops.
Constant Summary collapse
- MSG =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'Prefer using `%<prefer>s`.'