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