Sha256: 484cd4b3caed64fa7d9c15fb2f66f2ee19975cffb6833533a6ba0c7627e9d1e7
Contents?: true
Size: 676 Bytes
Versions: 203
Compression:
Stored size: 676 Bytes
Contents
Feature: Passing background with multiline args Background: Given table |a|b| |c|d| And multiline string """ I'm a cucumber and I'm okay. I sleep all night and I test all day """ Scenario: passing background Then the table should be |a|b| |c|d| Then the multiline string should be """ I'm a cucumber and I'm okay. I sleep all night and I test all day """ Scenario: another passing background Then the table should be |a|b| |c|d| Then the multiline string should be """ I'm a cucumber and I'm okay. I sleep all night and I test all day """
Version data entries
203 entries across 203 versions & 17 rubygems