Class: RuboCop::Cop::Minitest::RefuteInDelta
- Inherits:
-
Base
- Object
- Base
- RuboCop::Cop::Minitest::RefuteInDelta
- Extended by:
- AutoCorrector
- Includes:
- InDeltaMixin
- Defined in:
- lib/rubocop/cop/minitest/refute_in_delta.rb
Overview
Enforces the test to use ‘refute_in_delta` instead of using `refute_equal` to compare floats.
Constant Summary collapse
- RESTRICT_ON_SEND =
rubocop:disable InternalAffairs/UselessRestrictOnSend
i[refute_equal].freeze