Class: RuboCop::Cop::Minitest::RefuteIncludes
- Inherits:
-
Base
- Object
- Base
- RuboCop::Cop::Minitest::RefuteIncludes
- Extended by:
- RuboCop::Cop::MinitestCopRule
- Defined in:
- lib/rubocop/cop/minitest/refute_includes.rb
Overview
Enforces the test to use ‘refute_includes` instead of using `refute(collection.include?(object))`.