method
assert_equal
assert_equal(exp, act, msg = nil)
public
Tests if expected is equal to actual.
An optional failure message may be provided as the final argument.
Register or
log in
to add new notes.
szeryf -
July 14, 2009
2 thanks
Not for floats
You should use assert_in_delta when comparing floating-point numbers.


