diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 34622430f9..801ef324d5 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -2358,6 +2358,10 @@ Boot specific context loader: } ---- +NOTE: The annotations <> +can be used with Spock, i.e. you can annotate your `Specification` with +`@IntegrationTest` and `@WebAppConfiguration` to suit the needs of your tests. + [[boot-features-test-utilities]]