lib/pact/provider/proxy/proxy_pact_helper.rb in pact-provider-proxy-1.2.0 vs lib/pact/provider/proxy/proxy_pact_helper.rb in pact-provider-proxy-2.0.0
- old
+ new
@@ -1,4 +1,8 @@
+# This pact_helper is always set as the pact_helper for the `pact verify` command.
+# If there was a pact_helper specified by the user, its location is stored in
+# ENV['PACT_PROJECT_PACT_HELPER'] and it is loaded by this pact_helper.
+
require 'pact/provider/rspec'
require 'rack/reverse_proxy'
Pact.service_provider "Running Provider Application" do
app do