Warn with identification when no spec files are present
This commit is contained in:
parent
5f54d605cd
commit
80f0960672
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module Mutant
|
||||||
files = Dir[expression]
|
files = Dir[expression]
|
||||||
|
|
||||||
if files.empty?
|
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
|
end
|
||||||
|
|
||||||
files
|
files
|
||||||
|
|
Loading…
Reference in a new issue