Sha256: 6451aa782847292aef9713593edfe68fcc3afbf272a0697815f3532f337af433

Contents?: true

Size: 775 Bytes

Versions: 9

Compression:

Stored size: 775 Bytes

Contents

# For assistance debugging failures

* The pact files have been stored locally in the following temp directory:
    <%= temp_dir %>

* The requests and responses are logged in the following log file:
    <%= log_path %>

* Add BACKTRACE=true to the `rake pact:verify` command to see the full backtrace

* If the diff output is confusing, try using another diff formatter.
  The options are :unix, :embedded and :list

    Pact.configure do | config |
      config.diff_formatter = :embedded
    end

  See https://github.com/realestate-com-au/pact/blob/master/documentation/configuration.md#diff_formatter for examples and more information.

* Check out https://github.com/realestate-com-au/pact/wiki/Troubleshooting

* Ask a question on stackoverflow and tag it `pact-ruby`

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pact-1.20.0 lib/pact/templates/help.erb
pact-1.19.2 lib/pact/templates/help.erb
pact-1.19.1 lib/pact/templates/help.erb
pact-1.19.0 lib/pact/templates/help.erb
pact-1.18.0 lib/pact/templates/help.erb
pact-1.17.0 lib/pact/templates/help.erb
pact-1.16.1 lib/pact/templates/help.erb
pact-1.16.0 lib/pact/templates/help.erb
pact-1.15.0 lib/pact/templates/help.erb