alexgb / guard-konacha

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

Check spec existence. Fixes #8 #9

Closed matthijsgroen closed 11 years ago

matthijsgroen commented 11 years ago

Visit the suggested konacha url first and check the status code. On 404 output a warning and return an empty result.

Also reset the capybara session if an exception is raised we cannot handle yet.

alexgb commented 11 years ago

This is great. Thanks!