mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 09:43:04 -05:00
Add idempotent selfupdate cucumber feature.
This commit is contained in:
7
src/test/cucumber/gvm/idempotent_self_update.feature
Normal file
7
src/test/cucumber/gvm/idempotent_self_update.feature
Normal file
@@ -0,0 +1,7 @@
|
||||
Feature: Idempotent Self Update
|
||||
|
||||
Scenario: Attempt Self Update on an up to date system
|
||||
Given an initialised system
|
||||
And the internet is reachable
|
||||
When I enter "gvm selfupdate"
|
||||
Then I see "No update available at this time."
|
||||
Reference in New Issue
Block a user