From f4fb476d3699131413b30202fcdcd580eabc5c62 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Tue, 25 Oct 2016 15:20:16 +0100 Subject: [PATCH] Remove redundant test fixture. --- src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy b/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy index 28f4decd..05b6aa7a 100644 --- a/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy +++ b/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy @@ -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)