examples/tickets/features/scenario_outline.feature in kosmas58-cucumber-0.1.16.6 vs examples/tickets/features/scenario_outline.feature in kosmas58-cucumber-0.1.99.21

- old
+ new

@@ -17,13 +17,18 @@ Given there are <start> cucumbers When I eat <eat> cucumbers Then I should have <left> cucumbers And I should have <eat> cucumbers in my belly - Examples: + Examples: Lots of cukes | start | eat | left | | 12 | 5 | 7 | | 20 | 5 | 15 | + + Examples: Ridiculous amounts of cukes + | start | eat | left | + | 120 | 50 | 70 | + | 200 | 50 | 150 | Scenario Outline: no placeholders Given there are 12 cucumbers When I eat 5 cucumbers Then I should have 7 cucumbers