Readd missing while body mutation
This commit is contained in:
parent
493fde7bd4
commit
06af000234
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ module Mutant
|
|||
def dispatch
|
||||
emit_condition_mutations
|
||||
emit_body_mutations
|
||||
emit_body(nil)
|
||||
end
|
||||
|
||||
end # While
|
||||
|
|
Loading…
Add table
Reference in a new issue