Simplify cucumber steps (uhwm process)

This commit is contained in:
Thibault Jouan
2015-04-21 06:01:23 +00:00
parent a4b6127ec8
commit 3fd8658adf
2 changed files with 5 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ end
Then /^it must connect to X display$/ do
uhwm_wait_output 'Connected to'
expect(x_socket_check uhwm_pid).to be true
expect(x_socket_check uhwm.pid).to be true
end
Then /^the window must be mapped$/ do