uh-wm/features/session/termination.feature
2015-04-15 03:23:27 +00:00

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