Skip to content

Commit

Permalink
Clarify scenario names
Browse files Browse the repository at this point in the history
  • Loading branch information
msassak committed Sep 29, 2010
1 parent 4b0b2d3 commit b6cf671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/output.feature
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Feature: Output
Then the stderr should contain "hello"
Then the stdout should not contain "hello"

Scenario: Detect combined output
Scenario: Detect output from all processes
When I run "ruby -e 'puts \"hello world!\"'"
And I run "ruby -e 'puts gets.chomp.reverse'" interactively
And I type "hello"
Expand All @@ -114,14 +114,14 @@ Feature: Output
"""

@wip
Scenario: Detect combined stdout output
Scenario: Detect stdout from all processes
When I run "ruby -e 'puts \"hello world!\"'"
And I run "ruby -e 'puts gets.chomp.reverse'" interactively
And I type "hello"
Then the stdout should contain "hello world!\nolleh"
And the stderr should not contain "hello world!\nolleh"

Scenario: Detect combined stderr output
Scenario: Detect stderr from all processes
Scenario: Detect output from named source
Scenario: Detect stderr from named source
Scenario: Detect stdout from named source

0 comments on commit b6cf671

Please sign in to comment.