Beth Skurrie
Beth Skurrie
Each interaction is tested in isolation, meaning you can't do a PUT/POST/PATCH, and then follow it with a GET to ensure that the values you sent were actually read successfully...
As per https://github.com/realestate-com-au/pact/pull/29
Current message ``` An error occurred in an after hook RuntimeError: Actual interactions do not match expected interactions for mock XXX. Incorrect requests: POST /xxx (request body did not match)...
https://github.com/pact-foundation/pact-ruby/issues/272
https://github.com/realestate-com-au/pact/blob/master/lib/pact/doc/markdown/index_renderer.rb#L24
See https://github.com/pact-foundation/pact-python/issues/59
``` "Could not find config.ru file at #{Pact.configuration.config_ru_path} Please configure the service provider app or create a config.ru file in the root directory of the project. See https://github.com/realestate-com-au/pact/blob/master/documentation/verifying-pacts.md for more...
Unfortunately, this cannot be replicated when running the single spec on its own. Yay. ``` Failures: 1) Pact::Provider::PactSpecRunner#run with multiple interactions and interactions_replay_order option set to random randomised interactions within...