From e79826e1360cac2e1a0e082a06ebfbee49fcc62e Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Fri, 13 Mar 2020 08:31:06 +0000 Subject: [PATCH] Move home comments out of source into feature file. --- src/main/bash/sdkman-home.sh | 6 ------ src/test/cucumber/home.feature | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/bash/sdkman-home.sh b/src/main/bash/sdkman-home.sh index b15a939f..5c8ed108 100644 --- a/src/main/bash/sdkman-home.sh +++ b/src/main/bash/sdkman-home.sh @@ -16,12 +16,6 @@ # limitations under the License. # -# -# Print home directory -# Printing the home directory does not require reaching out to the internet. -# Printing the home directory also has the hard requirment of not printing -# anything else unless it is an actual error. -# function __sdk_home { local candidate version diff --git a/src/test/cucumber/home.feature b/src/test/cucumber/home.feature index f78a7632..88641c42 100644 --- a/src/test/cucumber/home.feature +++ b/src/test/cucumber/home.feature @@ -1,4 +1,9 @@ Feature: Print home path +# +* Print home directory +* Printing the home directory does not require reaching out to the internet. +* Printing the home directory also has the hard requirment of not printing + anything else unless it is an actual error. Background: Given the internet is reachable