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

Empty specify() and describe() blocks pass tests #48

Closed
mcampo-wework opened this issue Aug 9, 2019 · 0 comments · Fixed by #51
Closed

Empty specify() and describe() blocks pass tests #48

mcampo-wework opened this issue Aug 9, 2019 · 0 comments · Fixed by #51

Comments

@mcampo-wework
Copy link

mcampo-wework commented Aug 9, 2019

The documentation states that specify() and describe() calls that don't pass anything to $fn will be marked as incomplete, but when I run them they are marked OK. These tests should either fail or be marked as risky to ensure that at least some assertions are being made.

$this->specify('some test');

CLI output:

ExampleTest ✔︎ ✔︎ ✔︎ ✔︎ ✔︎

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

Successfully merging a pull request may close this issue.

1 participant