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

Version Path
cuke_modeler-3.13.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.12.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.11.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.10.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.9.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.8.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.7.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.6.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.5.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.4.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.3.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.2.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.1.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-3.0.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-2.1.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-2.0.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-1.5.1 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-1.5.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-1.4.0 testing/cucumber/features/modeling/cell_modeling.feature
cuke_modeler-1.3.0 testing/cucumber/features/modeling/cell_modeling.feature