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-2.1.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-2.0.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.5.1 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.5.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.4.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.3.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.2.1 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.2.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.1.1 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.1.0 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.0.4 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.0.3 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.0.2 testing/cucumber/features/modeling/cell_output.feature
cuke_modeler-1.0.1 features/modeling/cell_output.feature
cuke_modeler-1.0.0 features/modeling/cell_output.feature