Add debug comment
This commit is contained in:
parent
5f49582b4b
commit
eb3286e952
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ module Mutant
|
|||
return false
|
||||
end
|
||||
|
||||
puts "Killing via #{groups.map(&:description).join(', ')}"
|
||||
|
||||
example_groups.each do |group|
|
||||
return true unless group.run(Reporter)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue