walling / gulp-raml2html

A simple RAML to HTML documentation generator, wrapped for Gulp.
MIT License
21 stars 23 forks source link

Fixes broken tests for 0.1.7 #9

Closed Codesleuth closed 9 years ago

Codesleuth commented 9 years ago

It seems the build process used forgot to check that the tests were actually failing. It just so happens they they were, and it's making it very difficult to fork and extend the project.

This pull request adds a callback to mocha.run() that will report failures as an exit code, preventing false positives in the future.

Codesleuth commented 9 years ago

Is this project abandoned? It's been a while, and the PR's are stacking up.

walling commented 9 years ago

Thanks! Sorry for the late merge.

Codesleuth commented 9 years ago

No problem, and thank you for the merge. I'd be happy to help maintain the repo - I'll post over in the referenced issue.

Cheers!

walling commented 9 years ago

You're welcome.