diff --git a/docs/src/main/asciidoc/spring-cloud-wiremock.adoc b/docs/src/main/asciidoc/spring-cloud-wiremock.adoc index 8e80571029..a3b3c10889 100644 --- a/docs/src/main/asciidoc/spring-cloud-wiremock.adoc +++ b/docs/src/main/asciidoc/spring-cloud-wiremock.adoc @@ -168,7 +168,7 @@ Spring Boot container if there is one. https://projects.spring.io/spring-restdocs[Spring RestDocs] can be used to generate documentation (e.g. in asciidoctor format) for an -HTTP API with Spring MockMvc or RestEasy. At the same time as you +HTTP API with Spring MockMvc or Rest Assured. At the same time as you generate documentation for your API, you can also generate WireMock stubs, by using Spring Cloud Contract WireMock. Just write your normal RestDocs test cases and use `@AutoConfigureRestDocs` to have stubs @@ -350,4 +350,4 @@ Contract.make { ---- the generated document (example for Asciidoc) will contain a formatted contract -(the location of this file would be `index/dsl-contract.adoc`). \ No newline at end of file +(the location of this file would be `index/dsl-contract.adoc`).