Move home comments out of source into feature file.

This commit is contained in:
Marco Vermeulen
2020-03-13 08:31:06 +00:00
parent 0c7168a1a5
commit e79826e136
2 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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