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