Sha256: 6ea0fa7ce89387d6d544aebc07bcb585aef7cc592e98bb68c854ad5efde0674b
Contents?: true
Size: 610 Bytes
Versions: 4
Compression:
Stored size: 610 Bytes
Contents
Feature: Feature file output A feature file model's string output is simply the file path of the feature file that it models. As such, output from a feature file model can be used as input for the same kind of model. Scenario: Outputting a feature file model Given a feature file model based on "some_feature_file.feature" When it is outputted Then the following text is provided: """ <path_to>/some_feature_file.feature """ And the output can be used to make an equivalent model """ CukeModeler::FeatureFile.new(@model.to_s) """
Version data entries
4 entries across 4 versions & 1 rubygems