Sha256: 9486f67b2c657dde653c99d8f3a3ca18274573b543b848ba6c55fe94c3e3331e

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

Feature:
  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

2 entries across 2 versions & 1 rubygems

Version Path
cuukie-0.1.4 spec/test_project/features/2_show_multiline_args.feature
cuukie-0.1.3 spec/test_project/features/4_show_multiline_args.feature