Sha256: 46c0c4fae115e28863e9e93b5c0dc61abe3bd716e820410d33add7ba95c184fc

Contents?: true

Size: 333 Bytes

Versions: 10

Compression:

Stored size: 333 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

  @two
  Scenario: Blah
    Given lalala

  @one
  Scenario: Another
    Given a car

  Scenario: Yet Another
    Given a car

Version data entries

10 entries across 10 versions & 1 rubygems

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