Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotEqual assertions #108

Open
andrewgarshyn opened this issue Aug 12, 2021 · 2 comments
Open

NotEqual assertions #108

andrewgarshyn opened this issue Aug 12, 2021 · 2 comments

Comments

@andrewgarshyn
Copy link

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
Copy link
Contributor

shakefu commented Sep 2, 2021

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
Copy link
Member

marcosnils commented Sep 2, 2021

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

Not for the moment! but contributions are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants