uh-wm/features/run_control/modifier.feature
2015-04-15 09:31:32 +00:00

11 lines
256 B
Gherkin

Feature: `modifier' run control keyword
Scenario: configures the modifier key
Given a run control file with:
"""
modifier :ctrl
"""
And uhwm is running
When I press the ctrl+q keys
Then uhwm must terminate successfully