features/modeling/outline_modeling.feature in cucumber_analytics-0.0.7 vs features/modeling/outline_modeling.feature in cucumber_analytics-0.0.8
- old
+ new
@@ -18,11 +18,11 @@
@a_feature_level_tag
Feature: The test feature name.
Some more feature description.
@outline_tag
- Scenario Outline: The scenario outline's name.
+ Scenario Outline:The scenario outline's name.
My big hunk of perfectly valid description:
|
Scenario Outline
Examples
@@ -60,10 +60,10 @@
*
some more text
\"\"\"
Then *lots* *of* *parameters*
- Examples: text describing the significance of the examples
+ Examples:text describing the significance of the examples
Anything besides the | that starts a row should be valid
description at this point in the test. YMMV
| param1 | param2 |
#A more random comment
| x | y |