Remove debug code from layout delegation UAT

This commit is contained in:
Thibault Jouan 2015-04-28 09:37:57 +00:00
parent d9ce2eb120
commit 1d5ee7cab7

View File

@ -13,7 +13,7 @@ Feature: `layout_*' action keywords
"""
And a run control file with:
"""
key(:f) { puts "CALL!"; layout_some_action 'with_arg' }
key(:f) { layout_some_action 'with_arg' }
"""
And uhwm is running with options -v -r./layout.rb -l Layout
When I press the alt+f keys