Implement `quit' action keyword
This commit is contained in:
9
features/actions/quit.feature
Normal file
9
features/actions/quit.feature
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user