uh-wm/features/actions/quit.feature
Thibault Jouan ceac19b346 Quit on `mod1+q' key binding
* Loop our runner until it is "stopped";
* Use the event dispatcher to stop the runner on `mod1+q' key press;
* Tell the manager to grab the `q' key.
2015-04-09 00:30:13 +00:00

7 lines
173 B
Gherkin

Feature: quit action
Scenario: quits on keybing press
Given uhwm is running
When I press the default quit key binding
Then uhwm should terminate successfully