Sha256: dc27a7d622f79dcf567dd88002f59c18f7c3ede052e1fbebc906269478f7c9c8
Contents?: true
Size: 607 Bytes
Versions: 26
Compression:
Stored size: 607 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
26 entries across 26 versions & 1 rubygems