atom-beautify/examples/nested-jsbeautifyrc/gherkin/original/_tables.feature

9 lines
206 B
Gherkin
Raw Permalink Normal View History

2015-08-04 11:26:41 -06:00
Feature: Description
Scenario Outline: This one will have examples
Given the <given>
Then the <then>
Examples:
| what | then |
| first value | first then|
| second what|second then|