No longer use Spek
This commit is contained in:
parent
0689944d77
commit
4be30418fb
3 changed files with 180 additions and 180 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue