Commit feddb2e8 authored by Andy Wilkinson's avatar Andy Wilkinson

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

Closes gh-1908
parent ccbc606d
...@@ -2073,6 +2073,10 @@ Boot specific context loader: ...@@ -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]] [[boot-features-test-utilities]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment