Update contract-testing.md

This commit is contained in:
Robert Wallach
2018-03-06 15:10:21 -06:00
committed by GitHub
parent 1f99714844
commit 823f0cfa48

View File

@@ -20,7 +20,7 @@ Benefits of contract testing include:
- **Single Source of Truth**: Your API specification is the single source of
truth that describes your API. From it, you can generate documentation, SDKs,
mock servers, and more. Incorporating the specification into your testing
pipeline ensures that the it accurately represents your API implementation
pipeline ensures that it accurately represents your API implementation
over time.
<!-- theme: info -->