Flowdock
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.

Show source
Register or log in to add new notes.
July 14, 2009
2 thanks

Not for floats

You should use assert_in_delta when comparing floating-point numbers.