features/step_definitions/cli_steps.rb in adhearsion-2.3.1 vs features/step_definitions/cli_steps.rb in adhearsion-2.3.2

- old
+ new

@@ -1,22 +1,14 @@ # encoding: utf-8 -require 'timeout' - Then /^I should see the usage message$/ do steps %Q{ - Then the output should contain "Tasks:" Then the output should contain "ahn create" Then the output should contain "ahn start" Then the output should contain "ahn daemon" Then the output should contain "ahn version" Then the output should contain "ahn help" } -end - -# TODO: Remove after pull request is merged in cucumber.rb from Aruba -When /^I terminate the interactive process$/ do - terminate_processes! end When /^I wait (\d+) seconds?$/ do |arg1| sleep arg1.to_i end