Correctly guard against running mutations in subject where noop failed

This commit is contained in:
Markus Schirp 2012-12-11 00:23:44 +01:00
parent 40d5230c68
commit 60211338aa

View file

@ -111,7 +111,7 @@ module Mutant
reporter.noop(killer)
unless killer.fail?
@errors << killer
false
return false
end
true