franela/goblin

NotEqual assertions

andrewgarshyn opened this issue · 2 comments

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?

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.

Just wondering if there is a NotEqual assertion equivalent available or planned?

Not for the moment! but contributions are welcome!