testing/cucumber/features/modeling/model_structure.feature in cuke_modeler-1.1.1 vs testing/cucumber/features/modeling/model_structure.feature in cuke_modeler-1.2.0

- old
+ new

@@ -34,11 +34,11 @@ child_model.parent_model = parent_model """ Scenario: Accessing the parsing data - Note: Directory and feature file models do not store any parsing data because parsing Gherkin source text - does not come into play until the feature level of modeling. + Note: Directory models do not store any parsing data because parsing Gherkin source text + does not come into play until the feature file level of modeling. Given the models provided by CukeModeler Then all of them provide access to the parsing data that was used to create them """ model = <model_class>.new(<source_text>)