app/assets/javascripts/teabag/mocha/reporters/console.coffee in teabag-0.5.5 vs app/assets/javascripts/teabag/mocha/reporters/console.coffee in teabag-0.6.0
- old
+ new
@@ -9,7 +9,8 @@
reportSpecResults: (spec, err) =>
if err
spec.err = err
+ @reportSpecResults(spec) if spec.type == "hook"
return
super