Fix warnings in Mutant::CLI
This commit is contained in:
parent
f18aa6cd0b
commit
43bf1ad193
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ module Mutant
|
|||
@filters, @matchers = [], []
|
||||
@debug = @fail_fast = @zombie = false
|
||||
@cache = Mutant::Cache.new
|
||||
@strategy_builder = nil
|
||||
|
||||
parse(arguments)
|
||||
config # trigger lazyness
|
||||
|
|
Loading…
Add table
Reference in a new issue