features/docs/gherkin/outlines.feature in cucumber-3.0.0.pre.2 vs features/docs/gherkin/outlines.feature in cucumber-3.0.0

- old
+ new

@@ -48,12 +48,10 @@ When I run `cucumber -q features/outline_sample.feature` Then it should fail with: """ Feature: Outline Sample - Scenario: I have no steps - Scenario Outline: Test state Given <state> without a table Given <other_state> without a table Examples: Rainbow colours @@ -71,11 +69,11 @@ | passing | passing | Failing Scenarios: cucumber features/outline_sample.feature:12 - 5 scenarios (1 failed, 1 undefined, 3 passed) + 4 scenarios (1 failed, 1 undefined, 2 passed) 8 steps (1 failed, 2 skipped, 1 undefined, 4 passed) """ @todo-windows Scenario: Run scenario outline steps only @@ -152,9 +150,9 @@ features/outline_sample.feature:6:in `Given <state> without a table' Failing Scenarios: cucumber features/outline_sample.feature:12 - 5 scenarios (1 failed, 1 undefined, 3 passed) + 4 scenarios (1 failed, 1 undefined, 2 passed) 8 steps (1 failed, 2 skipped, 1 undefined, 4 passed) """