Sha256: 4091fabca656c14dc0eb23597817736a42e9293c2adc02a9feb02d8b9bc5a3da

Contents?: true

Size: 272 Bytes

Versions: 87

Compression:

Stored size: 272 Bytes

Contents

Feature: A scenario outline

  Scenario Outline:
    Given I add <a> and <b>
    When I pass a table argument
      | foo | bar |
      | bar | baz |
    Then I the result should be <c>

    Examples:
      | a   | b   | c |
      | 1   | 2   | 3 |
      | 2   | 3   | 4 |

Version data entries

87 entries across 85 versions & 11 rubygems

Version Path
cucumber-1.3.20 fixtures/json/features/tables.feature
cucumber-1.3.19 fixtures/json/features/tables.feature
cucumber-1.3.18 fixtures/json/features/tables.feature
cucumber-1.3.17 fixtures/json/features/tables.feature
cucumber-1.3.16 fixtures/json/features/tables.feature
cucumber-1.3.15 fixtures/json/features/tables.feature
cucumber-1.3.14 fixtures/json/features/tables.feature
cucumber-1.3.13 fixtures/json/features/tables.feature
cucumber-1.3.12 fixtures/json/features/tables.feature
cucumber-1.3.11 fixtures/json/features/tables.feature
cucumber-1.3.10 fixtures/json/features/tables.feature
cucumber-1.3.9 fixtures/json/features/tables.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/fixtures/json/features/tables.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/fixtures/json/features/tables.feature
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/fixtures/json/features/tables.feature
cucumber-1.3.8 fixtures/json/features/tables.feature
cucumber-1.3.7 fixtures/json/features/tables.feature
cucumber-1.3.6 fixtures/json/features/tables.feature
cucumber-1.3.5 fixtures/json/features/tables.feature
cucumber-1.3.4 fixtures/json/features/tables.feature