Related to #4.
We should have a fallback engine that doesn't depend on having any external tool. The simplest way would be to use something like FileUtils.identical?(expected, actual). It can be very similar to the BinaryDiff one, or even replace it.
Related to #4.
We should have a fallback engine that doesn't depend on having any external tool. The simplest way would be to use something like
FileUtils.identical?(expected, actual). It can be very similar to theBinaryDiffone, or even replace it.