Sha256: 38efd0bdf41158c03f0cd0af08ea434fa8dbc179183fa586880544560b200850

Contents?: true

Size: 548 Bytes

Versions: 4

Compression:

Stored size: 548 Bytes

Contents

Feature: Model output

  All models can be output in text form. For models that represent parts of the file structure, this text
  will be a path and for models that represent parts of a feature file, this text will be Gherkin (see the
  model output documentation for specific models for details).


  Scenario: Outputting a model
    Given the models provided by CukeModeler
    Then  all of them can be output as text appropriate to the model type
      """
        model = <model_class>.new
        
        model.to_s
      """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cuke_modeler-1.2.1 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.2.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.1.1 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.1.0 testing/cucumber/features/modeling/model_output.feature