Sha256: 681b5969d9c58e6ee7669f5fe5bbb69afa4de41c57193158c3fbc14647147b60
Contents?: true
Size: 661 Bytes
Versions: 2
Compression:
Stored size: 661 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
aslakhellesoy-cucumber-0.3.2 | examples/self_test/features/search_sample.feature |
cucumber-0.3.2 | examples/self_test/features/search_sample.feature |