features/modeling/outline_modeling.feature in cucumber_analytics-0.0.6 vs features/modeling/outline_modeling.feature in cucumber_analytics-0.0.7
- old
+ new
@@ -203,5 +203,14 @@
Scenario: The outline example blocks are modeled.
And the test example blocks are as follows:
| text describing the significance of the examples |
| some examples with different significance and a tag |
+
+ Scenario Outline: Outline models pass all other specifications
+ Exact specifications detailing the API for Scenario Outline models.
+ Given that there are "<additional specifications>" detailing models
+ When the corresponding unit tests are run
+ Then all of those specifications are met
+ Examples:
+ | additional specifications |
+ | outline_spec.rb |