Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 303 Bytes

DEVELOPER_DOCUMENTATION.md

File metadata and controls

8 lines (6 loc) · 303 Bytes

Pact Provider Verifier Developer Documentation

Development environment set up

  • Install docker
  • Build the docker development container: script/docker/build-dev-container.sh
  • Run the docker container and open a bash shell into it: script/docker/run-dev-container.sh
  • Run tests: rake spec