mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 21:27:11 -07:00
Migrate installer test to Cucumber.
This commit is contained in:
parent
42aff3b4c5
commit
7e97c4c1c1
4 changed files with 34 additions and 7 deletions
11
test/features/installer.feature
Normal file
11
test/features/installer.feature
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue