Improve blocking worker acceptance test

This commit is contained in:
Thibault Jouan 2015-04-28 12:54:36 +00:00
parent 8a490e155f
commit 4bc513010e

View File

@ -9,7 +9,7 @@ Feature: blocking worker
""" """
key(:f) { puts 'testing_worker_read' } key(:f) { puts 'testing_worker_read' }
""" """
And uhwm is running with options -d -w block And uhwm is running with options -v -w block
When I press the alt+f key 3 times When I press the alt+f key 3 times
And I quit uhwm And I quit uhwm
Then the output must match /(testing_worker_read)/ exactly 3 times Then the output must match /(testing_worker_read)/ exactly 3 times