legacy_features/cucumber_cli.feature in casecumber-1.0.2.1 vs legacy_features/cucumber_cli.feature in casecumber-1.2.1.cb2
- old
+ new
@@ -549,16 +549,9 @@
\"\"\"
"""
- # 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
Then it should pass with
"""