Sha256: 3eaa94826d994f79ab9e0b6fc3db23e337925a4dc5ac7fef535dc7ecda1c28a6
Contents?: true
Size: 693 Bytes
Versions: 5
Compression:
Stored size: 693 Bytes
Contents
@gherkin Feature: Outputting table row elements The output of an element model is a representation of the element as it would appear in gherkin. Scenario: Output of a table row that has one cell Given a table row element based on the following gherkin: """ |value| """ When it is outputted Then the following text is provided: """ | value | """ Scenario: Output of a table row that has multiple cells Given a table 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
5 entries across 5 versions & 1 rubygems