mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-05-25 00:48:55 -04:00
Remove redundant test fixture.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user