Sha256: f21dcd3c0ac36097edfda4afe0e5236904309f2b1765544eaced0f890fd64e70
Contents?: true
Size: 335 Bytes
Versions: 38
Compression:
Stored size: 335 Bytes
Contents
Feature: using scenario outlines Scenario Outline: a simple outline Given there is a monster with <hp> hitpoints When I attack the monster and do <damage> points damage Then the monster should be <state> Examples: | hp | damage | state | | 10 | 13 | dead | | 8 | 5 | alive |
Version data entries
38 entries across 38 versions & 2 rubygems