Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 336 Bytes

File metadata and controls

9 lines (7 loc) · 336 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
  • Install gems: bundle install
  • Run tests: rake spec