Sha256: d6eff158752e427160919ca5b495001b51c5a7ccaadbff22716d05d67dff9f18

Contents?: true

Size: 781 Bytes

Versions: 75

Compression:

Stored size: 781 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/pact-foundation/pact-ruby/blob/master/documentation/configuration.md#diff_formatter for examples and more information.

* Check out https://github.com/pact-foundation/pact-ruby/wiki/Troubleshooting

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

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
pact-1.66.1 lib/pact/templates/help.erb
pact-1.66.0 lib/pact/templates/help.erb
pact-1.65.3 lib/pact/templates/help.erb
pact-1.65.2 lib/pact/templates/help.erb
pact-1.65.1 lib/pact/templates/help.erb
pact-1.65.0 lib/pact/templates/help.erb
pact-1.64.0 lib/pact/templates/help.erb
pact-1.63.0 lib/pact/templates/help.erb
pact-1.62.0 lib/pact/templates/help.erb
pact-1.61.0 lib/pact/templates/help.erb
pact-1.60.0 lib/pact/templates/help.erb
pact-1.59.0 lib/pact/templates/help.erb
pact-1.58.0 lib/pact/templates/help.erb
pact-1.57.0 lib/pact/templates/help.erb
pact-1.56.0 lib/pact/templates/help.erb
pact-1.55.7 lib/pact/templates/help.erb
pact-1.55.6 lib/pact/templates/help.erb
pact-1.55.5 lib/pact/templates/help.erb
pact-1.55.4 lib/pact/templates/help.erb
pact-1.55.3 lib/pact/templates/help.erb