features/usage.feature in aslakhellesoy-cucumber-0.3.0 vs features/usage.feature in aslakhellesoy-cucumber-0.3.0.1
- old
+ new
@@ -7,9 +7,13 @@
When I run cucumber features --format usage --dry-run
Then it should pass with
"""
/^passing without a table$/ # features/step_definitions/sample_steps.rb:12
Given passing without a table # features/background/failing_background_after_success.feature:4
+ Given passing without a table # features/multiline_name.feature:6
+ Given passing without a table # features/multiline_name.feature:11
+ Given <state> without a table # features/multiline_name.feature:16
+ Given <state> without a table # features/multiline_name.feature:22
Given <state> without a table # features/outline_sample.feature:6
Given <other_state> without a table # features/outline_sample.feature:7
/^failing without a table$/ # features/step_definitions/sample_steps.rb:15
Given failing without a table # features/background/failing_background.feature:4
Given failing without a table # features/background/scenario_outline_failing_background.feature:4