jakepearson/quickie

Thrown exceptions not being reported

Opened this issue · 1 comments

I just started using quickie and i noticed that when a code throws an exception, the test passes. That's kind of unintuitive. It would be nice if you reported the number of errors along side the number of failures separately like, say, RSpec does.

Is there something to do to avoid that ?