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