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.44.0 lib/pact/templates/help.erb
pact-1.43.1 lib/pact/templates/help.erb
pact-1.43.0 lib/pact/templates/help.erb
pact-1.42.3 lib/pact/templates/help.erb
pact-1.42.2 lib/pact/templates/help.erb
pact-1.42.1 lib/pact/templates/help.erb
pact-1.42.0 lib/pact/templates/help.erb
pact-1.41.2 lib/pact/templates/help.erb
pact-1.41.1 lib/pact/templates/help.erb
pact-1.41.0 lib/pact/templates/help.erb
pact-1.40.0 lib/pact/templates/help.erb
pact-1.39.0 lib/pact/templates/help.erb
pact-1.38.0 lib/pact/templates/help.erb
pact-1.37.0 lib/pact/templates/help.erb
pact-1.36.2 lib/pact/templates/help.erb
pact-1.36.0 lib/pact/templates/help.erb
pact-1.34.0 lib/pact/templates/help.erb
pact-1.33.2 lib/pact/templates/help.erb
pact-1.33.1 lib/pact/templates/help.erb
pact-1.33.0 lib/pact/templates/help.erb