Skip to content

Commit

Permalink
Updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Oct 3, 2017
1 parent a5d24a0 commit 44146ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ carthage build --no-skip-current --platform iOS,macOS,tvOS
#### Test Swift Package Manager
```
./scripts/start_server.sh &&
swift build &&
swift build -c debug | release &&
swift test &&
./scripts/stop_server.sh
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ If your setup is correct and your tests run against the pack mock server, then y
And the generated pacts here:
`$YOUR_PROJECT/tmp/pacts/...`

[Publish][pact-publish-to-broker] your generated pact file(s) to a [Pact Broker][pact-broker] so your _API provider_ can always retrieve them from one location, even when pacts change. Or even just by simply sending the pact file to your API provider devs so they can used them in their tests of their API responses. See [Verifying pacts][pact-verifying] for more information.
[Publish][pact-publish-to-broker] your generated pact file(s) to your [Pact Broker][pact-broker] or a [Hosted Pact Broker](http://pact.dius.com.au) so your _API provider_ can always retrieve them from one location, even when pacts change. Or even just by simply sending the pact file to your API provider devs so they can used them in their tests of their API responses. See [Verifying pacts][pact-verifying] for more information.
For an end-to-end example with a ruby back end service, have a look at the [KatKit example][pact-katkit-example].

Also, check out this article on [using a dockerized Node.js service][pact-dockerized-example] that uses provider states.
Expand Down

0 comments on commit 44146ba

Please sign in to comment.