lib/gamebox/lib/code_statistics.rb in gamebox-0.1.1 vs lib/gamebox/lib/code_statistics.rb in gamebox-0.2.1

- old
+ new

@@ -1,7 +1,7 @@ class CodeStatistics #:nodoc: - TEST_TYPES = %w(Units Functionals Unit\ tests Functional\ tests Integration\ tests) + TEST_TYPES = %w(Units Functionals Unit\ tests Functional\ tests Integration\ tests Specs) def initialize(*pairs) @pairs = pairs @statistics = calculate_statistics @total = calculate_total if pairs.length > 1