Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > test/unit/assertionsライブラリ > Test::Unit::Assertionsモジュール > assert_equal
assert_equal(expected, actual, message = nil) -> ()
[permalink][rdoc]expected == actual ならばパスします。
MiniTest::Assertions#assert_sameとの違いに注意して下さい。
[SEE_ALSO] Test::Unit::Assertions#assert_not_equal, Object#==