Sha256: b5bb6cfdfb4641476d35674e56966a0a4af85bfd434027c02ddd9d212e230255
Contents?: true
Size: 561 Bytes
Versions: 9
Compression:
Stored size: 561 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
9 entries across 9 versions & 1 rubygems