lib/take/unit/generator.rb in take-0.0.8 vs lib/take/unit/generator.rb in take-0.0.9

- old
+ new

@@ -88,9 +88,13 @@ output("\\n\\t\\t\\t" TEXT_COLOR_GREEN "OK\\n"); #else output(TEXT_COLOR_BOLD_GREEN "OK\\n"); #endif } + else + { + failed++; + } } CODE end def walk_block(node, indent = 2)