Sha256: 7247dd95acaac8dd677eefbc1e3f3bfb2b859f92fd1f9a9d5ecbfce9b2175079

Contents?: true

Size: 368 Bytes

Versions: 30

Compression:

Stored size: 368 Bytes

Contents

Feature: raises errors
  Scenario: Step missing
    When a step just does not exist
  Scenario: Step raises error
    When raise error
  Scenario: Incorrect expectation
    Given there is a monster
    Then it should die
  @raise_error_for_unimplemented_steps
  Scenario: Step missing and raise_error_for_unimplemented_steps is set
    When a step just does not exist

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
turnip-3.0.0.pre.beta.1 examples/errors.feature
turnip-2.1.1 examples/errors.feature
turnip-2.1.0 examples/errors.feature
turnip-2.0.2 examples/errors.feature
turnip-2.0.1 examples/errors.feature
turnip-2.0.0 examples/errors.feature
turnip-1.3.1 examples/errors.feature
turnip-1.3.0 examples/errors.feature
turnip-1.2.4 examples/errors.feature
turnip-1.2.3 examples/errors.feature