I'm using Midje for a project. I've tried to find in the wiki how could I create my own checker, but couldn't find it.
In my case, I want to compare if two images are equal. But it could be that I just want to compare some properties of the file, as it's size, perhaps a couple of pixels. Perhaps the "equality" would be a bit flexible, hence the need of a personalised checker.
How can I do it?
Thanks.