Skip to content

Commit

Permalink
Add idempotent selfupdate cucumber feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jun 4, 2013
1 parent aaf6adf commit 4f47f7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/cucumber/gvm/idempotent_self_update.feature
Original file line number Diff line number Diff line change
@@ -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."

0 comments on commit 4f47f7f

Please sign in to comment.