features/docs/formatters/progress_formatter.feature in cucumber-3.0.0.pre.1 vs features/docs/formatters/progress_formatter.feature in cucumber-3.0.0.pre.2
- old
+ new
@@ -15,9 +15,10 @@
Scenario: an scenario outline, one undefined step, one random example, expand flag on
When I run `cucumber features/scenario_outline_with_undefined_steps.feature --format progress --expand `
Then it should pass
+ @todo-windows
Scenario: when using a profile the output should include 'Using the default profile...'
And a file named "cucumber.yml" with:
"""
default: -r features
"""