cheat sheets.

$ 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
Version 1, updated 419 days ago.
. o 0 ( edit | history )
( add new | see all )