Skip to content

Commit

Permalink
[BUGFIX] CLI tests have to explicitly exit the CLI in order to avoid …
Browse files Browse the repository at this point in the history
…hanging

#332
  • Loading branch information
benlangfeld committed Aug 16, 2013
1 parent 1f7e726 commit f688517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/cli_start.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Feature: Adhearsion Ahn CLI (start)
Given that I create a valid app under "path/somewhere"
When I cd to "path/somewhere"
And I run `ahn start` interactively
And I type "exit"
And I wait for output to contain "Starting connection to server"
Then the output should contain "Adhearsion::Console: Launching Adhearsion Console"
And the output should contain "Adhearsion shut down"
Expand Down

0 comments on commit f688517

Please sign in to comment.