teaspoon icon indicating copy to clipboard operation
teaspoon copied to clipboard

No specs detected

Open thebravoman opened this issue 7 years ago • 4 comments

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 avatar Jul 20 '17 14:07 thebravoman

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?

thebravoman avatar Jul 20 '17 14:07 thebravoman

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

jejacks0n avatar Jul 20 '17 14:07 jejacks0n

exception_handler only.

thebravoman avatar Jul 20 '17 16:07 thebravoman

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.

tubbo avatar Dec 15 '17 19:12 tubbo