uh-wm/features/steps/run_steps.rb
2015-04-07 10:35:52 +00:00

5 lines
79 B
Ruby

When /^I start uhwm$/ do
@process = run 'uhwm'
@interactive = @process
end