wrong icon indicating copy to clipboard operation
wrong copied to clipboard

Fails to handle Ranges

Open eqv opened this issue 11 years ago • 0 comments

require 'wrong'
include Wrong
assert{(1..2) == (1..1)}

produces a NoMethodError instead of the usual description (tested on ruby 2.1 and 1.9.3)

eqv avatar Apr 08 '14 18:04 eqv