Sha256: 28cdf7c5e94f08a582e914cb9e98f083eeefd6c37cb052c4e11a4f507ba4f49c
Contents?: true
Size: 372 Bytes
Versions: 34
Compression:
Stored size: 372 Bytes
Contents
Feature: using scenario outlines Scenario Outline: a simple outline Given there is a monster with hitpoints: | hit_points | | <hp> | 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
34 entries across 34 versions & 2 rubygems