Sha256: 26af72ebc77816db212bc73c9a7b2a74791c05e589719fe438341729c64936fb

Contents?: true

Size: 273 Bytes

Versions: 8

Compression:

Stored size: 273 Bytes

Contents

Feature: Simple

  @one
  Scenario: 1 tag
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else

  @one @two
  Scenario: 2 tags
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cql-1.7.0 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.6.0 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.5.1 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.5.0 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.4.2 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.4.1 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.4.0 testing/fixtures/features/scenario/tag_count/simple.feature
cql-1.3.0 testing/fixtures/features/scenario/tag_count/simple.feature