Sha256: 833b56ad776c16dd63b2040aea8f8f6bfdf7130f6a95293f0bb52d3981ddf56b
Contents?: true
Size: 540 Bytes
Versions: 10
Compression:
Stored size: 540 Bytes
Contents
# Developing ## Testing pact_broker-client locally 1. Make sure you have `ruby` available on the command line 2. Install with `bundle install` 3. Run tests with `bundle exec rake` 4. Run individual test with `rspec <path to test>` 5. Run one of the scripts in `./example/scripts`, see the readme for more detail, and scripts ## Available Rake tasks 1. check `bundle exec rake --tasks` ## Generating docs If you change the CLI commands, run `bundle exec script/update-cli-usage-in-readme.rb` to update the `README.md` automatically.
Version data entries
10 entries across 10 versions & 1 rubygems