diff --git a/features/actions/layout_delegation.feature b/features/actions/layout_delegation.feature index 6e4f1bc..dcbba5f 100644 --- a/features/actions/layout_delegation.feature +++ b/features/actions/layout_delegation.feature @@ -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