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.32.0 lib/pact/templates/help.erb
pact-1.31.0 lib/pact/templates/help.erb
pact-1.30.0 lib/pact/templates/help.erb
pact-1.29.0 lib/pact/templates/help.erb
pact-1.28.0 lib/pact/templates/help.erb
pact-1.28.0.rc1 lib/pact/templates/help.erb
pact-1.27.0 lib/pact/templates/help.erb
pact-1.26.0 lib/pact/templates/help.erb
pact-1.25.0 lib/pact/templates/help.erb
pact-1.24.0 lib/pact/templates/help.erb
pact-1.23.0 lib/pact/templates/help.erb
pact-1.22.2 lib/pact/templates/help.erb
pact-1.22.0 lib/pact/templates/help.erb
pact-1.21.0 lib/pact/templates/help.erb
pact-1.20.1 lib/pact/templates/help.erb