mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
11 lines
309 B
Gherkin
11 lines
309 B
Gherkin
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
|