/smarter-testing-with-spock

Introductory presentation about the Spock framework

Primary LanguageGroovy

This GitHub project contains slides and source code for the presentation "Smarter Testing With Spock".

To build the project and execute all its Spock specifications, type:

./gradlew build (Windows: gradlew build)

To create an Eclipse project for the project, type:

./gradlew eclipse (Windows: gradlew eclipse)

To create an IDEA project for the project, type:

./gradlew idea (Windows: gradlew idea)

If you have any further questions, the Spock mailing list is always here to help: http://forum.spockframework.org

Enjoy!
The Spock team