Skip to content

Commit

Permalink
WIP detecting combined stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
msassak committed Sep 29, 2010
1 parent 29e5f0a commit 4b0b2d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion features/output.feature
Expand Up @@ -113,8 +113,15 @@ Feature: Output
olleh
"""

Scenario: Detect combined stderr output
@wip
Scenario: Detect combined stdout output
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 output from named source
Scenario: Detect stderr from named source
Scenario: Detect stdout from named source

0 comments on commit 4b0b2d3

Please sign in to comment.