Sha256: 1cfe0b128832ec549fbef32ad2322ccd907b9d96f2ab13e1a72c4831e1a6053b

Contents?: true

Size: 214 Bytes

Versions: 5

Compression:

Stored size: 214 Bytes

Contents

Feature: Tagged Examples

  Scenario Outline: minimalistic
    Given the <what>

    @foo
    Examples:
      | what |
      | foo  |

    @bar
    Examples:
      | what |
      | bar  |

  @zap
  Scenario: ha ok

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gherkin-5.0.0 testdata/good/several_examples.feature
gherkin-4.1.3 testdata/good/several_examples.feature
gherkin-4.1.2 testdata/good/several_examples.feature
gherkin-4.1.1 testdata/good/several_examples.feature
gherkin-4.1.0 testdata/good/several_examples.feature