Add test coverage for build-result-capture init script

This commit is contained in:
Daz DeBoer
2022-06-04 22:08:38 -06:00
parent 748dc30fdc
commit ea24a0ad75
4 changed files with 246 additions and 5 deletions

View File

@@ -16,6 +16,12 @@ dependencies {
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.3'
}
test {