Archived
1
0
Fork 0

No longer use Spek

This commit is contained in:
Moritz Ruth 2020-09-09 23:26:13 +02:00
parent 0689944d77
commit 4be30418fb
3 changed files with 180 additions and 180 deletions

View file

@ -34,8 +34,8 @@ dependencies {
// Testing
testImplementation("io.strikt:strikt-core:0.26.1")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:$spekVersion")
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:$spekVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2")
}
tasks {
@ -51,8 +51,6 @@ tasks {
}
test {
useJUnitPlatform {
includeEngines("spek2")
}
useJUnitPlatform()
}
}