Sha256: fe46fe43b6b03fb099a70006f2a85a6991a0a4ce960fd57b5ac1c946402cbe88

Contents?: true

Size: 535 Bytes

Versions: 8

Compression:

Stored size: 535 Bytes

Contents

Feature: Simple 2

  Scenario Outline:
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else
  @two @four
  Examples: Has a table hmmm
    | param |

  Scenario Outline:
    Given anything
  @one @five
  Examples: Next
    | param |

  Scenario Outline:
    Given a car
  Examples: Another
    | param |

  Scenario Outline:
    Given lalala
  @two
  Examples: Blah blah
    | param |

  Scenario Outline:
    Given a car
  @one
  Examples: Another
    | param |

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cql-1.7.0 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.6.0 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.5.1 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.5.0 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.4.2 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.4.1 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.4.0 testing/fixtures/features/examples/filters/tags2/simple2.feature
cql-1.3.0 testing/fixtures/features/examples/filters/tags2/simple2.feature