features/docs/cli/run_specific_scenarios.feature in cucumber-2.0.0 vs features/docs/cli/run_specific_scenarios.feature in cucumber-2.0.1
- old
+ new
@@ -22,17 +22,19 @@
Scenario: Hit
Given this step passes
"""
When I run `cucumber features/test.feature:7 --format pretty --quiet`
- Then it should pass with:
+ Then it should pass with exactly:
"""
Feature:
Scenario: Hit
Given this step passes
1 scenario (1 passed)
+ 1 step (1 passed)
+
"""
Scenario: Use @-notation to specify a file containing feature file list
Given a file named "features/test.feature" with:
"""