Sha256: de5a53389cd48ee52c9c97e8122295b70d4016d6de31353309fab48dde381d3e

Contents?: true

Size: 542 Bytes

Versions: 26

Compression:

Stored size: 542 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

26 entries across 26 versions & 1 rubygems

Version Path
cuke_modeler-2.1.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-2.0.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.5.1 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.5.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.4.0 testing/cucumber/features/modeling/model_output.feature
cuke_modeler-1.3.0 testing/cucumber/features/modeling/model_output.feature