Sha256: 4323001b0805c424edb58cd557c5caa39b4aef4470dff9aa8f28309c0b59084b

Contents?: true

Size: 815 Bytes

Versions: 19

Compression:

Stored size: 815 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 in the google users' group https://groups.google.com/forum/#!forum/pact-support

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
pact-1.14.0 lib/pact/templates/help.erb
pact-1.13.0 lib/pact/templates/help.erb
pact-1.12.1 lib/pact/templates/help.erb
pact-1.12.0 lib/pact/templates/help.erb
pact-1.11.1 lib/pact/templates/help.erb
pact-1.11.0 lib/pact/templates/help.erb
pact-1.10.0 lib/pact/templates/help.erb
pact-1.9.6 lib/pact/templates/help.erb
pact-1.9.5 lib/pact/templates/help.erb
pact-1.9.4 lib/pact/templates/help.erb
pact-1.9.3 lib/pact/templates/help.erb
pact-1.9.2 lib/pact/templates/help.erb
pact-1.9.1 lib/pact/templates/help.erb
pact-1.9.0 lib/pact/templates/help.erb
pact-1.8.1 lib/pact/templates/help.erb
pact-1.8.0 lib/pact/templates/help.erb
pact-1.7.0 lib/pact/templates/help.erb
pact-1.6.0 lib/pact/templates/help.erb
pact-1.5.0 lib/pact/templates/help.erb