Sha256: 9a2436e093bb56bceea6781df6f6af44f93630fe1bf9869167d5daf20294a7d0

Contents?: true

Size: 329 Bytes

Versions: 10

Compression:

Stored size: 329 Bytes

Contents

Feature: Simple

  @two
  Scenario: Has a table
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else

  @one
  Scenario: Next
    Given anything

  Scenario: Another
    Given a car

  @two
  Scenario: Blah
    Given lalala

  @one
  Scenario: Another
    Given a car

Version data entries

10 entries across 10 versions & 1 rubygems

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