Skip to content
bethesque edited this page Nov 27, 2014 · 10 revisions

Gotchas

  • Be aware when using the app from the config.ru file is used (the default option) that the Rack::Builder.parse_file seems to require files even if they have already been required, so make sure your boot files are idempotent.

Provider

Show full backtrace for pact:verify

Add the following to your pact_helper.rb

RSpec.configure do |config|
  config.full_backtrace = true
end
Clone this wiki locally