lib/pact/provider/proxy/task_helper.rb in pact-provider-proxy-1.2.0 vs lib/pact/provider/proxy/task_helper.rb in pact-provider-proxy-2.0.0

- old
+ new

@@ -7,10 +7,10 @@ module TaskHelper extend self def execute_pact_verify pact_uri = nil, pact_helper = nil - execute_cmd verify_command(pact_helper || Pact::Provider::PactHelperLocater.pact_helper_path, pact_uri) + execute_cmd verify_command(pact_helper, pact_uri) end def handle_verification_failure exit_status = yield abort if exit_status != 0