Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > test/unit/assertionsライブラリ > Test::Unit::Assertionsモジュール > assert_not_same
assert_not_same(expected, actual, message="") -> ()
!actual.equal?(expected) が真ならパスします。