Skip to content

Commit

Permalink
key has already symbol (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
icm7216 authored Nov 14, 2020
1 parent 1516068 commit c484486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/unit/autorunner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def load_config(file)
if key == :arguments
@default_arguments.concat(value.split)
else
runner_options[key.to_sym] = value
runner_options[key] = value
end
end
@runner_options = @runner_options.merge(runner_options)
Expand Down

0 comments on commit c484486

Please sign in to comment.