Sha256: 2c369ac2f524e35d7052845048fd4a15735a25aa166aa2409d8ce899e462081b

Contents?: true

Size: 389 Bytes

Versions: 5

Compression:

Stored size: 389 Bytes

Contents

@gherkin
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/gherkin/tag_output.feature
cuke_modeler-0.4.0 features/modeling/gherkin/tag_output.feature
cuke_modeler-0.3.0 features/modeling/gherkin/tag_output.feature
cuke_modeler-0.2.0 features/modeling/gherkin/tag_output.feature
cuke_modeler-0.1.0 features/modeling/gherkin/tag_output.feature