uh-wm/features/actions/quit.feature
Thibault Jouan e81cf3a52f Clean up tests
* Remove deprecated tags;
* Improve scenarios, steps and specs descriptions.
2015-04-14 02:59:48 +00:00

7 lines
162 B
Gherkin

Feature: quit action
Scenario: quits on alt+q keys press
Given uhwm is running
When I press the alt+q keys
Then uhwm should terminate successfully