Skip to content

Commit feddb2e

Browse files
committed
Note that @IntegrationTEST and @WebAppConfiguration can be used with Spock
Closes gh-1908
1 parent ccbc606 commit feddb2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,10 @@ Boot specific context loader:
20732073
}
20742074
----
20752075

2076+
NOTE: The annotations <<boot-features-testing-spring-boot-applications,described above>>
2077+
can be used with Spock, i.e. you can annotate your `Specification` with
2078+
`@IntegrationTest` and `@WebAppConfiguration` to suit the needs of your tests.
2079+
20762080

20772081

20782082
[[boot-features-test-utilities]]

0 commit comments

Comments
 (0)