Sha256: 6bec259fec80baf49996685efbfe3225fcb2f281f0aec0d7a700b43a2a37634e
Contents?: true
Size: 558 Bytes
Versions: 20
Compression:
Stored size: 558 Bytes
Contents
Feature: Cell modeling Cell models represent an individual cell in a table row (either a step table or an example table). They expose several attributes of the cell that they represent. Background: Given the following gherkin: """ foo """ And a cell model based on that gherkin """ @model = CukeModeler::Cell.new(<source_text>) """ Scenario: Modeling a cell's value When the cell's value is requested """ @model.value """ Then the model returns "foo"
Version data entries
20 entries across 20 versions & 1 rubygems