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

Suite count is off? #222

Closed
deedubs opened this issue Jan 18, 2012 · 1 comment
Closed

Suite count is off? #222

deedubs opened this issue Jan 18, 2012 · 1 comment

Comments

@deedubs
Copy link

deedubs commented Jan 18, 2012

Using the BDD reporter on https://github.com/IgniterHQ/overmind-github reports the following:

Overmind-Github
✓ should accept POST requests to valid projects github push endpoint
✓ should not accept POST requests to invalid projects github push endpoint
✓ should not accept POST requests without a token
✓ should create an event in the proper container

✔ 4 tests complete (56ms)

the json reporter is showing

{"stats":{"suites":2,"tests":4,"passes":4,"failures":0,"start":"2012-01-18T04:38:09.224Z","end":"2012-01-18T04:38:09.272Z","duration":48}, ...

Unless I'm missing something...

@tj
Copy link
Contributor

tj commented Jan 18, 2012

oh you know what, it's probably counting the root suite, we should decrement it i guess since that's not really desired haha

@tj tj closed this as completed in 023a554 Jan 18, 2012
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

2 participants