Note that @IntegrationTest and @WebAppConfiguration can be used with Spock

Closes gh-1908
This commit is contained in:
Andy Wilkinson 2014-11-25 10:51:27 +00:00
parent ccbc606dad
commit feddb2e8a1

View File

@ -2073,6 +2073,10 @@ Boot specific context loader:
}
----
NOTE: The annotations <<boot-features-testing-spring-boot-applications,described above>>
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]]