Correctly guard against running mutations in subject where noop failed
This commit is contained in:
parent
40d5230c68
commit
60211338aa
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ module Mutant
|
|||
reporter.noop(killer)
|
||||
unless killer.fail?
|
||||
@errors << killer
|
||||
false
|
||||
return false
|
||||
end
|
||||
|
||||
true
|
||||
|
|
Loading…
Add table
Reference in a new issue