Warn with identification when no spec files are present

This commit is contained in:
Markus Schirp 2012-12-07 18:45:45 +01:00
parent 5f54d605cd
commit 80f0960672

View file

@ -37,7 +37,7 @@ module Mutant
files = Dir[expression]
if files.empty?
$stderr.puts("Spec file(s): #{expression.inspect} not found for #{mutation.inspect}")
$stderr.puts("Spec file(s): #{expression.inspect} not found for #{mutation.identification}")
end
files