wrong
wrong copied to clipboard
Fails to handle Ranges
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)