diff --git a/src/test/cucumber/gvm/idempotent_self_update.feature b/src/test/cucumber/gvm/idempotent_self_update.feature new file mode 100644 index 00000000..a8ecd733 --- /dev/null +++ b/src/test/cucumber/gvm/idempotent_self_update.feature @@ -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." \ No newline at end of file