Sha256: 0f2ad8d03ae9d00e646a92e76c5906fd9cf07ae8a2864665df3c89b3ecb18fe6
Contents?: true
Size: 653 Bytes
Versions: 6
Compression:
Stored size: 653 Bytes
Contents
Feature: Outputting row elements The output of an element model is a representation of the element as it would appear in gherkin. Scenario: Output of a row that has one cell Given a row element based on the following gherkin: """ |value| """ When it is outputted Then the following text is provided: """ | value | """ Scenario: Output of a row that has multiple cells Given a row element based on the following gherkin: """ |value|another_value| """ When it is outputted Then the following text is provided: """ | value | another_value | """
Version data entries
6 entries across 6 versions & 2 rubygems