Skip to content

Commit

Permalink
Remove edge-case scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 21, 2023
1 parent ad2abd9 commit 6b4c0e2
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,6 @@ Feature: STDOUT of commands which were executed
When I run `cucumber`
Then the features should all pass

Scenario: Match output on several lines where stdout contains quotes
Given an executable named "bin/aruba-test-cli" with:
"""bash
#!/usr/bin/env bash
echo 'GET "/"'
"""
And a file named "features/output.feature" with:
"""cucumber
Feature: Run command
Scenario: Run command
When I run `aruba-test-cli`
Then the stdout should contain:
\"\"\"
GET "/"
\"\"\"
"""
When I run `cucumber`
Then the features should all pass

Scenario: Detect stdout from each process including interactive ones
Given a file named "features/output.feature" with:
"""
Expand Down Expand Up @@ -124,5 +104,3 @@ Feature: STDOUT of commands which were executed
"""
When I run `cucumber`
Then the features should all pass


0 comments on commit 6b4c0e2

Please sign in to comment.