Sha256: 74a9c33f8cb9eed9b12639e5f36a41ec1d7d102ed98f5518c575ad151e0dea10
Contents?: true
Size: 280 Bytes
Versions: 9
Compression:
Stored size: 280 Bytes
Contents
Feature: Scenario Outline Scenario Outline: Outline with examples Given there are <start> cucumbers When I eat <eat> cucumbers Then I should have <left> cucumbers Examples: | start | eat | left | | 12 | 5 | 7 | | 20 | 5 | 15 |
Version data entries
9 entries across 9 versions & 2 rubygems