This commit adds a new module, spring-restdocs-restassured, that can be used to generate documentation snippets when testing a service with REST Assured. Please refer to the updated reference documentation for details. Thanks to Johan Haleby for making a change to REST Assured so that path parameters could be documented. Closes gh-102
6 lines
155 B
Groovy
6 lines
155 B
Groovy
rootProject.name = 'spring-restdocs'
|
|
|
|
include 'docs'
|
|
include 'spring-restdocs-core'
|
|
include 'spring-restdocs-mockmvc'
|
|
include 'spring-restdocs-restassured' |