Sha256: 6974efe0b149d864ba334e719c295a50d84f55503e9fd2a688cab395252394d4

Contents?: true

Size: 357 Bytes

Versions: 203

Compression:

Stored size: 357 Bytes

Contents

Feature: Failing background with scenario outlines sample

  Background:
    Given failing without a table

  Scenario Outline: failing background
    Then I should have '<count>' cukes
    Examples:
      |count|
      | 10  |

  Scenario Outline: another failing background
    Then I should have '<count>' cukes
    Examples:
      |count|
      | 10  |

Version data entries

203 entries across 203 versions & 17 rubygems

Version Path
cucumber-0.3.9 examples/self_test/features/background/scenario_outline_failing_background.feature
cucumber-0.3.8 examples/self_test/features/background/scenario_outline_failing_background.feature
cucumber-0.3.7 examples/self_test/features/background/scenario_outline_failing_background.feature