Sha256: ccb3e426e4e9138837b315ca83798c4684e1d97d2c8cdf611c5b33f724673b8c

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 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 without quotes
    Given there is a monster called John
    Then it should be called "John"

  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

3 entries across 3 versions & 1 rubygems

Version Path
turnip-0.3.0 examples/interpolation.feature
turnip-0.2.0 examples/interpolation.feature
turnip-0.1.1 spec/fixture/interpolation.feature