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

Version Path
cucumber_analytics-1.6.0 testing/cucumber/features/modeling/tag_output.feature
cucumber_analytics-1.5.2 features/modeling/tag_output.feature
cuke_modeler-0.0.2 features/modeling/tag_output.feature
cuke_modeler-0.0.1 features/modeling/tag_output.feature
cucumber_analytics-1.5.1 features/modeling/tag_output.feature
cucumber_analytics-1.5.0 features/modeling/tag_output.feature