Sha256: 937ab28586381346a6a27a5c178ce4c53d07d06ae54fd077a27bd47094087657

Contents?: true

Size: 600 Bytes

Versions: 35

Compression:

Stored size: 600 Bytes

Contents

Feature: steps with variations, such as alternative words or optional words
  Scenario: alternative words
    Given there is a strong monster
    Then it should be strong
    And it should be tough
  Scenario: optional words
    Given there is a strong monster
    Then it should be badass
    And it should be a badass
  Scenario: optional parts of words
    Given there is a strong monster
    Then it should be terrible
    And it should be terriblest
  Scenario: putting it all together
    Given there is a strong monster
    Then it should have 2 terrifying hitpoints
    And it has 2 hitpoint

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
turnip-4.4.1 examples/steps_with_variations.feature
turnip-4.4.0 examples/steps_with_variations.feature
turnip-4.3.0 examples/steps_with_variations.feature
turnip-4.2.0 examples/steps_with_variations.feature
turnip-4.1.0 examples/steps_with_variations.feature
allure_turnip-0.4.0 spec/steps_with_variations.feature
allure_turnip-0.3.1 spec/steps_with_variations.feature
turnip-4.0.1 examples/steps_with_variations.feature
allure_turnip-0.3.0 spec/steps_with_variations.feature
turnip-4.0.0 examples/steps_with_variations.feature
allure_turnip-0.2.1 spec/steps_with_variations.feature
allure_turnip-0.2.0 spec/steps_with_variations.feature
allure_turnip-0.1.1 spec/steps_with_variations.feature
allure_turnip-0.1.0 spec/steps_with_variations.feature
turnip-3.1.0 examples/steps_with_variations.feature
turnip-3.0.0 examples/steps_with_variations.feature
turnip-3.0.0.pre.beta.5 examples/steps_with_variations.feature
turnip-3.0.0.pre.beta.4 examples/steps_with_variations.feature
turnip-3.0.0.pre.beta.3 examples/steps_with_variations.feature
turnip-3.0.0.pre.beta.2 examples/steps_with_variations.feature