Skip to content

Commit 26ff73c

Browse files
committed
[CS] Remove step definitions duplicated from Aruba
1 parent 6836380 commit 26ff73c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

features/step_definitions/cli_steps.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@
2222
sleep arg1.to_i
2323
end
2424

25-
# TODO: Remove after pull request is merged in cucumber.rb from Aruba
26-
When /^I wait for (?:output|stdout) to contain "([^"]*)"$/ do |expected|
27-
Timeout::timeout(exit_timeout) do
28-
loop do
29-
break if assert_partial_output_interactive(expected)
30-
sleep 0.1
31-
end
32-
end
33-
end
34-
3525
Given /^that I create a valid app under "([^"]*)"$/ do |path|
3626
steps %Q{
3727
When I run `ahn create #{path}`

0 commit comments

Comments
 (0)