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 = .new model.to_s """