Sha256: 5200ee58cb8ee811c09b6ec24819a7b3ed19f11ee5e1d3ca0765d2ccf1adc64a

Contents?: true

Size: 1.1 KB

Versions: 413

Compression:

Stored size: 1.1 KB

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
    With two lines of text

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

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

  @more
  Scenario Outline: More
    Given Some <whaaa>

    @neat
    Examples: Neato XX
      | whaa |
      | neat |
      | beat |

    @hamster
    Examples: Rodents
      | whaa  |
      | hammy |
      | mousy |

Version data entries

413 entries across 408 versions & 10 rubygems

Version Path
gherkin-2.12.2 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.2-x86-mswin32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.2-x86-mingw32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.2-java spec/gherkin/fixtures/complex_for_filtering.feature
candlepin-api-0.4.0 bundle/ruby/gems/gherkin-2.11.1/spec/gherkin/fixtures/complex_for_filtering.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/gherkin-2.11.1/spec/gherkin/fixtures/complex_for_filtering.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/gherkin-2.11.1/spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.1 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.1-x86-mswin32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.1-x86-mingw32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.1-java spec/gherkin/fixtures/complex_for_filtering.feature
librarian-puppet-0.9.9 vendor/gems/ruby/1.9.1/gems/gherkin-2.11.6/spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.0 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.0-x86-mingw32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.0-x86-mswin32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.12.0-java spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.11.8 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.11.8-x86-mswin32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.11.8-x86-mingw32 spec/gherkin/fixtures/complex_for_filtering.feature
gherkin-2.11.8-java spec/gherkin/fixtures/complex_for_filtering.feature