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

No specs detected #523

Open
thebravoman opened this issue Jul 20, 2017 · 4 comments
Open

No specs detected #523

thebravoman opened this issue Jul 20, 2017 · 4 comments
Labels

Comments

@thebravoman
Copy link

thebravoman commented Jul 20, 2017

Did everything as in the readme. I was developing and running tests for about an hour

Then they just stopped.

rake teaspoon

returns

Finished in 0.00500 seconds
0 examples, 0 failures

I can not make it detects that there is a spec.

@thebravoman
Copy link
Author

Found it.

When there is a syntax error in on test non of the tests are run
The error was

console.log(iterator.);

Am I understanding it right? If there is an error in one of the tests, non of the tests are run?

@jejacks0n
Copy link
Owner

it should error out.. are you using any error handling gems in rails?

@thebravoman
Copy link
Author

exception_handler only.

@tubbo
Copy link

tubbo commented Dec 15, 2017

we're also seeing this kind of thing happen, especially on the first run of a test suite. had a failing build for a while on CI because Teaspoon isn't doing an exit 1 when it doesn't encounter any tests.

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

No branches or pull requests

4 participants