Skip to content

Commit

Permalink
[BUGFIX] Fix CLI features for logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 31, 2012
1 parent d71eda6 commit a702313
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions features/cli.feature
Expand Up @@ -51,8 +51,7 @@ Feature: Adhearsion Ahn CLI
And I run `ahn start` interactively
And I wait for output to contain "Starting connection to server"
And I terminate the interactive process
Then the output should contain "Loaded config"
And the output should contain "Adhearsion::Console: Starting up..."
Then the output should contain "Adhearsion::Console: Starting up..."
And the output should contain "AHN>"
And the output should contain "Transitioning from booting to force_stop"

Expand All @@ -62,8 +61,7 @@ Feature: Adhearsion Ahn CLI
When I run `ahn start path/somewhere` interactively
And I wait for output to contain "Starting connection to server"
And I terminate the interactive process
Then the output should contain "Loaded config"
And the output should contain "Adhearsion::Console: Starting up..."
Then the output should contain "Adhearsion::Console: Starting up..."
And the output should contain "AHN>"
And the output should contain "Transitioning from booting to force_stop"

Expand Down

0 comments on commit a702313

Please sign in to comment.