Spec::AlmostEqualExpectation(T)
Inherits Struct / Value / Object
Similar to EqualExpectation(T), but calls Matrix#almost_eq
Useful in Matrix specs where exact equality isn't possible
Constructors
new(expected_value : T)
SourceInstance methods
failure_message(actual_value)
Sourcematch(actual_value)
Sourcenegative_failure_message(actual_value)
Source