Sha256: ae68280c0b12d7eff81b915e19845b8206b0a7284329f2eef32c387e82ea3b64

Contents?: true

Size: 381 Bytes

Versions: 216

Compression:

Stored size: 381 Bytes

Contents

Feature: Multiline steps should work

  Scenario: Reading a table
    Given the following table
      | where | why     |
      | Oslo  | born    |
      | London| working |
    Then I should be working in London
    And I should be born in Oslo
    And I should be able to expect
      """
      A string
        that "indents"
      and spans
      several lines
      
      """

Version data entries

216 entries across 216 versions & 18 rubygems

Version Path
cucumber-0.2.2 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.2.1 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.1.9 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.1 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.2.3 specs/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.0 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.10 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.11 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.3 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.2 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.6 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.4 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.5 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.7 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.9 spec/cucumber/treetop_parser/multiline_steps.feature
cucumber-0.3.8 spec/cucumber/treetop_parser/multiline_steps.feature