Sha256: f9810a44c83657241411ce4fa275f989f7a953693645ab3ccaa1db4717a6d4ad
Contents?: true
Size: 685 Bytes
Versions: 128
Compression:
Stored size: 685 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
128 entries across 126 versions & 17 rubygems