method

assert_equal

ruby latest stable - Class: Test::Unit::Assertions

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_1_10) is shown here.

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.

1Note

Not for floats

szeryf ยท Jul 14, 20092 thanks

You should use assert_in_delta when comparing floating-point numbers.