method

assert_not_same

v1_8_7_330 - Show latest stable - Class: Test::Unit::Assertions
assert_not_same(expected, actual, message="")
public

Passes if ! actual .equal? expected

Example:

assert_not_same Object.new, Object.new