Sha256: cab661fcd6585199e278a60c6f582fd9e47fcfb75cb87b610ba29f462ed29bd3
Contents?: true
Size: 394 Bytes
Versions: 13
Compression:
Stored size: 394 Bytes
Contents
Feature: Data Tables Data Tables can be places underneath a step and will be passed as the last argument to the step definition. They can be used to represent richer data structures, and can also be transformed to other types. Scenario: transposed table When the following table is transposed: | a | b | | 1 | 2 | Then it should be: | a | 1 | | b | 2 |
Version data entries
13 entries across 13 versions & 1 rubygems