zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

Fix for issue #37 coffeelint rake task fix #38

Closed jonseaberg closed 9 years ago

jonseaberg commented 9 years ago

Coffeelint.run_test_suite now returns the number of failed tests. If all tests pass 0 is returned which is interpreted as false by ruby. Changing the task to check the result of run_test_suite against 0 to determine success of the task.

afestein commented 9 years ago

:+1: this is causing problems for us as well. Any chance of getting this pull request reviewed and merged in?