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

Version Path
cuke_modeler-0.4.1 features/modeling/gherkin3/tag_output.feature
cuke_modeler-0.4.0 features/modeling/gherkin3/tag_output.feature
cuke_modeler-0.3.0 features/modeling/gherkin3/tag_output.feature
cuke_modeler-0.2.0 features/modeling/gherkin3/tag_output.feature
cuke_modeler-0.1.0 features/modeling/gherkin3/tag_output.feature