lib/pact/mock_service/run.rb in pact-mock_service-2.2.0 vs lib/pact/mock_service/run.rb in pact-mock_service-2.3.0
- old
+ new
@@ -50,10 +50,11 @@
pact_dir: options[:pact_dir],
unique_pact_file_names: options[:unique_pact_file_names],
consumer: options[:consumer],
provider: options[:provider],
cors_enabled: options[:cors],
- pact_specification_version: options[:pact_specification_version]
+ pact_specification_version: options[:pact_specification_version],
+ pactfile_write_mode: options[:pact_file_write_mode]
}
service_options[:log_file] = open_log_file if options[:log]
service_options
end