7 lines
175 B
Gherkin
7 lines
175 B
Gherkin
Feature: program termination
|
|
|
|
Scenario: terminates when requested to quit
|
|
Given uhwm is running
|
|
When I tell uhwm to quit
|
|
Then uhwm should terminate successfully
|