lib/pact/mock_service/run.rb in pact-mock_service-0.5.4 vs lib/pact/mock_service/run.rb in pact-mock_service-0.5.5
- old
+ new
@@ -68,9 +68,10 @@
opts = {
:Port => port,
:AccessLog => []
}
opts.merge!(ssl_opts) if options[:ssl]
+ opts.merge!(options[:webbrick_options]) if options[:webbrick_options]
opts
end
def ssl_opts
{
\ No newline at end of file