Migrate installer test to Cucumber.

This commit is contained in:
Raphael Reitzig 2020-05-26 05:07:24 +02:00
parent 42aff3b4c5
commit 7e97c4c1c1
4 changed files with 34 additions and 7 deletions

View file

@ -0,0 +1,11 @@
Feature: Install SDKMAN! if necessary
Scenario:
Given SDKMAN! is not installed
When sdk is called and user answers "n"
Then SDKMAN! is absent
Scenario:
Given SDKMAN! is not installed
When sdk is called and user answers "y"
Then SDKMAN! is present