uh-wm/features/layout/manage.feature
2015-04-16 12:01:15 +00:00

17 lines
436 B
Gherkin

Feature: layout client management
Scenario: sends the #<< message when telling the layout to manage a client
Given a file named layout.rb with:
"""
class Layout
def register *_; end
def << client
puts client
end
end
"""
And uhwm is running with options -v -r./layout -l Layout
When a window requests to be mapped
Then the output must contain the window name