features/docs/gherkin/outlines.feature in cucumber-2.0.0 vs features/docs/gherkin/outlines.feature in cucumber-2.0.1

- old
+ new

@@ -136,11 +136,11 @@ Scenario: Run all with progress formatter When I run `cucumber -q --format progress features/outline_sample.feature` Then it should fail with exactly: """ - --UU..FF.. + U-..F-.. (::) failed steps (::) RuntimeError (RuntimeError) ./features/step_definitions/steps.rb:2:in `/^failing without a table$/' @@ -150,9 +150,7 @@ Failing Scenarios: cucumber features/outline_sample.feature:12 5 scenarios (1 failed, 1 undefined, 3 passed) 8 steps (1 failed, 2 skipped, 1 undefined, 4 passed) - 0m0.012s """ -