File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,10 @@ the configuration are described in the following listings:
172
172
This will automatically configure the `snippets` attribute for use in your `.adoc`
173
173
files to point to `build/generated-snippets`. It will also allow you to use the
174
174
`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.
178
179
<4> Configure a property to define the output location for generated snippets.
179
180
<5> Configure the `test` task to add the snippets directory as an output.
180
181
<6> Configure the `asciidoctor` task
You can’t perform that action at this time.
0 commit comments