From 2da413fe65595e95b16e9e01afa240d5c668a03a Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 2 Jul 2018 18:20:06 -0700 Subject: fix Style/MutableConstant Signed-off-by: Lamont Granquist --- spec/scripts/ssl-serve.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/scripts') diff --git a/spec/scripts/ssl-serve.rb b/spec/scripts/ssl-serve.rb index 5677e94d0a..66e400b6d0 100644 --- a/spec/scripts/ssl-serve.rb +++ b/spec/scripts/ssl-serve.rb @@ -36,7 +36,7 @@ DEFAULT_OPTIONS = { Logger: LOGGER, DocumentRoot: File.expand_path("#{Dir.tmpdir}/chef-118-sampledata") #:AccessLog => [] # Remove this option to enable the access log when debugging. -} +}.freeze webrick_opts = DEFAULT_OPTIONS.merge(server_opts) pp webrick_opts: webrick_opts -- cgit v1.2.1