NotEqual assertions
andrewgarshyn opened this issue · 2 comments
andrewgarshyn commented
Nice library, I'm loving the coloured output and the BDD style assertions.
Just wondering if there is a NotEqual
assertion equivalent available or planned?
shakefu commented
Goblin really shines when used with Gomega assertion library - which lets you use syntax like Expect(foo).ToNot(Equal(bar))
... Goblin itself only ships with a very limited set of assertions.
marcosnils commented
Just wondering if there is a
NotEqual
assertion equivalent available or planned?
Not for the moment! but contributions are welcome!