Sha256: 6a676fb748fac5e3d642d37c0ef5a7e5793bcaf84034da97612b381cf5bc302a

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

@gherkin4
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

3 entries across 3 versions & 1 rubygems

Version Path
cuke_modeler-0.4.1 features/modeling/gherkin4/tag_output.feature
cuke_modeler-0.4.0 features/modeling/gherkin4/tag_output.feature
cuke_modeler-0.3.0 features/modeling/gherkin4/tag_output.feature