Closed mvz closed 8 years ago
We should either allow nil output or fail tests in this case.
👍 for the latter - I think this should fail our tests.
If no-one has any other input, I'll have a go at implementing this.
👍
Big :thumbsup: for this. Having failing tests not look like normal RSpec failures was quite confusing when I was making my first contribution
When
#sniff
returnsnil
instead of[]
, our tests still pass but we output our please-report-an-exception text. We should either allownil
output or fail tests in this case.I found this with mutant when implementing #1026.