lib/outliers/run.rb in outliers-0.5.1 vs lib/outliers/run.rb in outliers-0.6.0

- old
+ new

@@ -36,17 +36,9 @@ end threaded ? threads << Thread.new { evaluation.call } : evaluation.call end - def passing_results - @results.select {|r| r.passed?} - end - - def failing_results - @results.reject {|r| r.passed?} - end - private def files evaluations_path = File.join Outliers.config_path files = Dir.glob File.join(evaluations_path, '**', '*')