Remove redundant test fixture.

This commit is contained in:
Marco Vermeulen
2016-10-25 15:20:16 +01:00
parent 72757cccd7
commit f4fb476d36

View File

@@ -32,13 +32,11 @@ class CurrentCommandSpec extends SdkmanEnvSpecification {
"vertx"
]
curlStub.primeWith("http://localhost:8080/app/version", "echo x.y.z").build()
bash = sdkmanBashEnvBuilder
.withCurlStub(curlStub)
.withOfflineMode(false)
.withAvailableCandidates(allCandidates)
.withCandidates(installedCandidates.keySet().toList())
.withVersionFile("x.y.z")
.build()
prepareFoldersFor(installedCandidates)