uh-wm/features/actions/quit.feature
2015-04-15 04:20:26 +00:00

10 lines
242 B
Gherkin

Feature: `quit' action keyword
Scenario: requests quit when invoked
Given uhwm is running with this run control file:
"""
key(:f) { quit }
"""
When I press the alt+f keys
Then uhwm must terminate successfully