Sha256: 5542d8000f4ad355e079ea78ef6e0ca4b38238bebaa2dc4add1228a83d48d4f6
Contents?: true
Size: 379 Bytes
Versions: 6
Compression:
Stored size: 379 Bytes
Contents
Feature: Outputting tag elements The output of an element model is a representation of the element as it would appear in gherkin. Scenario: Output of a tag that has a name Given a tag element based on the following gherkin: """ @some_tag """ When it is outputted Then the following text is provided: """ @some_tag """
Version data entries
6 entries across 6 versions & 2 rubygems