Sha256: a2622fbaa6077099fd80dd94d6f2d8a0e8a5b7a4c57bf1a12b19142c822573cb
Contents?: true
Size: 390 Bytes
Versions: 5
Compression:
Stored size: 390 Bytes
Contents
@gherkin3 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
5 entries across 5 versions & 1 rubygems