features/modeling/row_modeling.feature in cucumber_analytics-1.1.1 vs features/modeling/row_modeling.feature in cucumber_analytics-1.2.0
- old
+ new
@@ -4,10 +4,11 @@
Acceptance criteria
All conceptual pieces of a Row can be modeled:
1. the row's source line
2. the row's cells
+ 3. the row's raw element
Background: Test file setup.
Given the following feature file:
"""
@@ -25,10 +26,13 @@
"""
And parameter delimiters of "*" and "*"
When the file is read
+ Scenario: The raw row element is modeled.
+ Then the test example block row correctly stores its underlying implementation
+
Scenario: The row's source line is modeled.
Then the test example block "1" row "1" is found to have the following properties:
| source_line | 6 |
And the test example block "1" row "2" is found to have the following properties:
| source_line | 7 |
@@ -58,10 +62,10 @@
| a |
Scenario Outline: Row models pass all other specifications
Exact specifications detailing the API for Row models.
Given that there are "<additional specifications>" detailing models
- When the corresponding unit tests are run
+ When the corresponding specifications are run
Then all of those specifications are met
Examples:
| additional specifications |
| row_unit_spec.rb |