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 bab481036b..68b7f5aa14 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -2073,6 +2073,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]]