rfreedman/spock-integration-controller-spec
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A Spock ControllerSpec that wraps each test method in a transaction, and rolls the transaction back at the end of the test method. IntegrationControllerSpec merges the code for IntegrationSpec and ControllerSpec, yielding a ControllerSpec that executes test methods in transactions, and rolls them back.