Sha256: e85be4471d7cb5ac2772b16a6f71e9d6e95d356763064599e4633647275bfcd6

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

# Based on turnip/examples

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
turnip_formatter-0.0.6 spec/examples/features/songs.feature
turnip_formatter-0.0.5 spec/examples/features/songs.feature
turnip_formatter-0.0.4 spec/examples/features/songs.feature
turnip_formatter-0.0.3 spec/examples/features/songs.feature
turnip_formatter-0.0.2 spec/examples/features/songs.feature
turnip_formatter-0.0.1 spec/examples/features/songs.feature