Sha256: 1a3f29620e3e8f5fc2e24b6160cfbe147ec66b24ee74ebfe216660d57b37dee3
Contents?: true
Size: 687 Bytes
Versions: 93
Compression:
Stored size: 687 Bytes
Contents
Feature: search examples Background: Hantu Pisang background match Given passing without a table Scenario: should match Hantu Pisang Given passing without a table Scenario: Ignore me Given failing without a table Scenario Outline: Ignore me Given <state> without a table Examples: | state | | failing | Scenario Outline: Hantu Pisang match Given <state> without a table Examples: | state | | passing | Scenario Outline: no match in name but in examples Given <state> without a table Examples: Hantu Pisang | state | | passing | Examples: Ignore me | state | | failing |
Version data entries
93 entries across 93 versions & 9 rubygems