Sha256: d17cc5ef9f8b61ec94eff11526cb3bcd38adfb318ce813ba19cd6b1e00391da9

Contents?: true

Size: 400 Bytes

Versions: 5

Compression:

Stored size: 400 Bytes

Contents

Feature: Show Multiline Arguments
  As a Cuker
  I want to see multiline arguments in the result
  To see everything about steps
  
Scenario: Show tables
  Given the following table
    | x  | y  |
    | 1  | 2  |
    | 11 | 22 |
  Then Cuukie should be OK with it

Scenario: Show tables
  Given I say
    """
      Cuukie is sweet!
      Let's try it out.
    """
  Then Cuukie should be OK with it

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuukie-0.3.1 spec/test_project/features/2_show_multiline_args.feature
cuukie-0.3.0 spec/test_project/features/2_show_multiline_args.feature
cuukie-0.2.2 spec/test_project/features/2_show_multiline_args.feature
cuukie-0.2.1 spec/test_project/features/2_show_multiline_args.feature
cuukie-0.2.0 spec/test_project/features/2_show_multiline_args.feature