Register a Layout with display information
This commit is contained in:
13
features/layout/registration.feature
Normal file
13
features/layout/registration.feature
Normal file
@@ -0,0 +1,13 @@
|
||||
Feature: layout registration
|
||||
|
||||
Scenario: sends the #register message to the layout with the display
|
||||
Given a file named layout.rb with:
|
||||
"""
|
||||
class Layout
|
||||
def register display
|
||||
puts display
|
||||
end
|
||||
end
|
||||
"""
|
||||
When I run uhwm with option -r./layout -l Layout
|
||||
Then the current output must contain current display
|
Reference in New Issue
Block a user