Skip to content

Commit

Permalink
Remove old test for PDF formatter cucumber#241
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Mar 3, 2012
1 parent ee0a9c3 commit 374df2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions legacy_features/cucumber_cli.feature
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,6 @@ Feature: Cucumber command line
"""

# Fails on 1.9 because of encoding issues.
@fails_on_1_9
Scenario: Generate PDF with pdf formatter
When I run cucumber --format pdf --out tmp/sample.pdf --dry-run features/sample.feature
Then STDERR should be empty
Then "fixtures/self_test/tmp/sample.pdf" should match "Pages 2"

Scenario: Run feature elements which match a name using -n
When I run cucumber -n Pisang -q features/
Then STDERR should be empty
Expand Down

0 comments on commit 374df2a

Please sign in to comment.