Skip to content

Commit 14149cb

Browse files
committed
Polish "Mention WebTestClient in Gradle getting started example"
See gh-654
1 parent c8727a2 commit 14149cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ the configuration are described in the following listings:
172172
This will automatically configure the `snippets` attribute for use in your `.adoc`
173173
files to point to `build/generated-snippets`. It will also allow you to use the
174174
`operation` block macro.
175-
<3> Add a dependency on `spring-restdocs-mockmvc` in the `testCompile` configuration. If you want to use
176-
`WebTestClient` or REST Assured rather than MockMvc, add a dependency on
177-
`spring-restdocs-webtestclient` or `spring-restdocs-restassured` respectively instead.
175+
<3> Add a dependency on `spring-restdocs-mockmvc` in the `testCompile` configuration. If
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)