Sha256: 7764117c6d5fc0a9ec5109f8c0703b19e6469b8528f52df0dfee5624fdb11128

Contents?: true

Size: 484 Bytes

Versions: 35

Compression:

Stored size: 484 Bytes

Contents

Feature: Cell output

  A cell model's string output is a Gherkin representation of itself.


  Scenario: Outputting a cell model
    Given the following gherkin:
      """
      foo
      """
    And a cell model based on that gherkin
      """
        @model = CukeModeler::Cell.new(<source_text>)
      """
    When the model is output as a string
      """
        @model.to_s
      """
    Then the following text is provided:
      """
      foo
      """

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
cuke_modeler-3.19.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.18.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.17.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.16.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.15.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.14.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.13.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.12.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.11.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.10.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.9.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.8.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.7.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.6.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.5.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.4.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.3.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.2.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.1.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-3.0.0 testing/cucumber/features/modeling/cell_output.feature