alexgb / guard-konacha

Automatically run konacha tests through Guard
MIT License
31 stars 17 forks source link

Correctly notify success/failure when > 9 examples #6

Closed zefer closed 11 years ago

zefer commented 11 years ago

I've fixed the regex used to read how many examples were run/passed/failed. It was only looking for single digits therefore would incorrectly report a failure when 10 or more examples were passed.

alexgb commented 11 years ago

More than 9 tests...that's crazy.

zefer commented 11 years ago

Haha, it's a crazy world!