Sha256: cd6579dbab6500daed0515dc0d9dfbcb05d9e6fd6e392b3acf78db3753fded9b

Contents?: true

Size: 293 Bytes

Versions: 38

Compression:

Stored size: 293 Bytes

Contents

Feature: A feature with tables
  Scenario: This is a feature with a table
    Given there are the following monsters:
      | Name    | Hitpoints |
      | Blaaarg | 23        |
      | Moorg   | 12        |
    Then "Blaaarg" should have 23 hitpoints
    And "Moorg" should have 12 hitpoints

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
turnip-3.0.0.pre.beta.1 examples/table.feature
turnip-2.1.1 examples/table.feature
turnip-2.1.0 examples/table.feature
turnip-2.0.2 examples/table.feature
turnip-2.0.1 examples/table.feature
turnip-2.0.0 examples/table.feature
turnip-1.3.1 examples/table.feature
turnip-1.3.0 examples/table.feature
turnip-1.2.4 examples/table.feature
turnip-1.2.3 examples/table.feature
turnip-1.2.2 examples/table.feature
turnip-1.2.1 examples/table.feature
turnip-1.2.0 examples/table.feature
turnip-1.1.0 examples/table.feature
turnip-1.0.0 examples/table.feature
turnip-0.3.1 examples/table.feature
turnip-0.3.0 examples/table.feature
turnip-0.2.0 examples/table.feature