# 'cheat assertions' for the rest assert_not_same(expected, actual, message="") Passes if ! actual .equal? expected Example: assert_not_same Object.new, Object.new
cheat sheets.
$ cheat assert_not_same$ cheat assert_not_same# 'cheat assertions' for the rest assert_not_same(expected, actual, message="") Passes if ! actual .equal? expected Example: assert_not_same Object.new, Object.new