Sha256: f2869b4b35dbc441dc5dddbe9d3060a3c5e59ee0bcc76c665fa358089fd060c7

Contents?: true

Size: 821 Bytes

Versions: 16

Compression:

Stored size: 821 Bytes

Contents

#Comment on line 1
#Comment on line 2
@tag1 @tag2
Feature: Feature Text
  In order to test multiline forms
  As a ragel writer
  I need to check for complex combinations

  #Comment on line 9

  #Comment on line 11

  Background:
    Given this is a background step
    And this is another one

  @tag3 @tag4
  Scenario: Reading a Scenario
    Given there is a step
    But not another step

  @tag3
  Scenario: Reading a second scenario
    #Comment on line 24
    Given a third step with a table
    |a|b|
    |c|d|
    |e|f|
    And I am still testing things
      |g|h|
      |e|r|
      |k|i|
      |n|| 
    And I am done testing these tables
    #Comment on line 29
    Then I am happy

  Scenario: Hammerzeit
    Given All work and no play
      """
      Makes Homer something something
      """
    Then crazy

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gherkin-1.0.2-i386-mswin32 spec/gherkin/fixtures/complex.feature
gherkin-1.0.2-i386-mingw32 spec/gherkin/fixtures/complex.feature
gherkin-1.0.2-java spec/gherkin/fixtures/complex.feature
gherkin-1.0.2 spec/gherkin/fixtures/complex.feature
gherkin-1.0.1-i386-mswin32 spec/gherkin/fixtures/complex.feature
gherkin-1.0.1-i386-mingw32 spec/gherkin/fixtures/complex.feature
gherkin-1.0.1-universal-java-1.5 spec/gherkin/fixtures/complex.feature
gherkin-1.0.1 spec/gherkin/fixtures/complex.feature
gherkin-1.0.0-i386-mingw32 spec/gherkin/fixtures/complex.feature
gherkin-1.0.0-i386-mswin32 spec/gherkin/fixtures/complex.feature
gherkin-1.0.0-universal-java-1.5 spec/gherkin/fixtures/complex.feature
gherkin-1.0.0 spec/gherkin/fixtures/complex.feature
gherkin-0.0.4-universal-java-1.5 spec/gherkin/fixtures/complex.feature
gherkin-0.0.4-i386-mswin32 spec/gherkin/fixtures/complex.feature
gherkin-0.0.4-i386-mingw32 spec/gherkin/fixtures/complex.feature
gherkin-0.0.4 spec/gherkin/fixtures/complex.feature