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-4.4.1 examples/table.feature
turnip-4.4.0 examples/table.feature
turnip-4.3.0 examples/table.feature
turnip-4.2.0 examples/table.feature
turnip-4.1.0 examples/table.feature
allure_turnip-0.4.0 spec/table.feature
allure_turnip-0.3.1 spec/table.feature
turnip-4.0.1 examples/table.feature
allure_turnip-0.3.0 spec/table.feature
turnip-4.0.0 examples/table.feature
allure_turnip-0.2.1 spec/table.feature
allure_turnip-0.2.0 spec/table.feature
allure_turnip-0.1.1 spec/table.feature
allure_turnip-0.1.0 spec/table.feature
turnip-3.1.0 examples/table.feature
turnip-3.0.0 examples/table.feature
turnip-3.0.0.pre.beta.5 examples/table.feature
turnip-3.0.0.pre.beta.4 examples/table.feature
turnip-3.0.0.pre.beta.3 examples/table.feature
turnip-3.0.0.pre.beta.2 examples/table.feature