Remove unneded ivar
This commit is contained in:
parent
3ebf5b7992
commit
32d3a461d3
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ module Mutant
|
||||||
@filters, @matchers = [], []
|
@filters, @matchers = [], []
|
||||||
@debug = @fail_fast = @zombie = false
|
@debug = @fail_fast = @zombie = false
|
||||||
@cache = Mutant::Cache.new
|
@cache = Mutant::Cache.new
|
||||||
@strategy_builder = nil
|
|
||||||
parse(arguments)
|
parse(arguments)
|
||||||
config # trigger lazyness now
|
config # trigger lazyness now
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue