that works ok for me
# spek
j
that works ok for me
j
Did you have to add anything to IntelliJ other than the Spek plugin?
j
no I didn’t - I do have
testRuntime "org.junit.platform:junit-platform-launcher:1.0.1"
in my build.gradle though
where 1.0.1 is the version used for all other Junit-platform dependencies
j
Excellent, the launcher was missing and now it works! Thanks a bunch!