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

Closes gh-1908
pull/2035/head
Andy Wilkinson 10 years ago
parent ccbc606dad
commit feddb2e8a1

@ -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]]

Loading…
Cancel
Save