Sha256: 73394b636734d2b7118a35e08bea38985684e08fd2520df6bbcccb43772009c7

Contents?: true

Size: 372 Bytes

Versions: 9

Compression:

Stored size: 372 Bytes

Contents

Feature: A feature with argument
  Scenario: This is a feature with DocString
    When the monster sings the following song
    """
    Oh here be monsters
    This is cool
    """
    Then the song should have 2 lines

  Scenario: This is a feature with DocTable
    When there are monsters:
      | gargoyle   |
      | Cockatrice |
    Then there should be 2 monsters

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
turnip_formatter-0.8.0 example/spec/features/argument.feature
turnip_formatter-0.7.2 example/spec/features/argument.feature
turnip_formatter-0.7.1 example/spec/features/argument.feature
turnip_formatter-0.7.0 example/spec/features/argument.feature
turnip_formatter-0.6.1 example/spec/features/argument.feature
turnip_formatter-0.6.0 example/spec/features/argument.feature
turnip_formatter-0.6.0.pre.beta.7 example/spec/features/argument.feature
turnip_formatter-0.6.0.pre.beta.6 example/spec/features/argument.feature
turnip_formatter-0.6.0.pre.beta.5 example/spec/features/argument.feature