This is a sample Gradle project that uses Gradle to run tests (in a CI scenario for instance). You can still run tests individually in the IDE using the Spek IntelliJ IDEA plugin
Check the build.gradle
to understand all the dependencies required.
Spek uses the Gradle JUnit plugin to find and run tests.
To run individual tests, you can use the Spek IntelliJ IDEA plugin
You can run tests with Gradle using gradle test