instance method
assert_not_in_delta
Ruby on Rails 8.1.2
Since v7.1.6Signature
assert_not_in_delta(exp, act, delta = 0.001, msg = nil)
Alias for: refute_in_delta
Source
# File activesupport/lib/active_support/test_case.rb, line 239
Defined in activesupport/lib/active_support/test_case.rb line 239
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TestCase