Spock specification examples with SpringBoot
Check the slides for theory, examples and exercises
- JDK11 needed
- Intellij IDEA is the recommended IDE for out-of-box Groovy & Spock support
- Run the test suite with
- bash:
./gradlew test
- windows:
gradlew.bat test
- bash: