Sha256: 29f29789dcb19792ae6cbbe3269dc5a9cf76cf21087be1076515b09d277bd34f

Contents?: true

Size: 713 Bytes

Versions: 36

Compression:

Stored size: 713 Bytes

Contents

Feature: A simple feature
  Scenario: Interpolation with quotes
    Given there is a monster called "John Smith"
    Then it should be called "John Smith"

  Scenario: Interpolation with empty quotes
    Given there is a monster called "John Smith"
    When I change its name to ""
    Then it should be nameless

  Scenario: Interpolation without quotes
    Given there is a monster called John
    Then it should be called "John"

  Scenario: Interpolation with mixed quotes
    Given there is a monster called "O'Flannahan"
    Then it should be called "O'Flannahan"

  Scenario: Interpolation with customer regexp
    Given there are 3 monkeys with blue hair
    Then there should be 3 monkeys with blue hair

Version data entries

36 entries across 36 versions & 2 rubygems

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