Merge pull request #478 from mbj/fix/mutations-in-cli
Kill mutations in Mutant::CLI namespace
This commit is contained in:
commit
aff1bcddab
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ module Mutant
|
|||
#
|
||||
# @api private
|
||||
def with(attributes)
|
||||
@config = @config.with(attributes)
|
||||
@config = config.with(attributes)
|
||||
end
|
||||
|
||||
# Add configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue