From 6c8d519ec5f45fe8114906e72f778e39d8aeb795 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 22 Nov 2012 02:51:30 +0100 Subject: [PATCH] Remove debug print --- lib/mutant/strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/strategy.rb b/lib/mutant/strategy.rb index a7ae5b7f..ba60bfba 100644 --- a/lib/mutant/strategy.rb +++ b/lib/mutant/strategy.rb @@ -30,7 +30,7 @@ module Mutant path = Inflector.underscore(name) - p "spec/unit/#{path}#{append}/*_spec.rb" + "spec/unit/#{path}#{append}/*_spec.rb" end end