require'helper'moduleArelmoduleNodesdescribe'False'dodescribe'equality'doit'is equal to other false nodes'doarray=[False.new,False.new]assert_equal1,array.uniq.sizeendit'is not equal with other nodes'doarray=[False.new,Node.new]assert_equal2,array.uniq.sizeendendendendend