Skip to content

Commit 5cee88c

Browse files
committed
Merge pull request #654 from LichKing-lee
* gh-654: Polish "Mention WebTestClient in Gradle getting started example" Mention WebTestClient in Gradle getting started example Closes gh-654
2 parents c7d15a0 + 14149cb commit 5cee88c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ the configuration are described in the following listings:
173173
files to point to `build/generated-snippets`. It will also allow you to use the
174174
`operation` block macro.
175175
<3> Add a dependency on `spring-restdocs-mockmvc` in the `testCompile` configuration. If
176-
you want to use REST Assured rather than MockMvc, add a dependency on
177-
`spring-restdocs-restassured` instead.
176+
you want to use `WebTestClient` or REST Assured rather than MockMvc, add a dependency
177+
on `spring-restdocs-webtestclient` or `spring-restdocs-restassured` respectively
178+
instead.
178179
<4> Configure a property to define the output location for generated snippets.
179180
<5> Configure the `test` task to add the snippets directory as an output.
180181
<6> Configure the `asciidoctor` task

0 commit comments

Comments
 (0)