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