features/transforms/date_diff.feature in remi-0.2.27 vs features/transforms/date_diff.feature in remi-0.2.28

- old
+ new

@@ -6,9 +6,10 @@ And the job target 'Target Data' And the source 'Source Data' And the target 'Target Data' + Scenario Outline: Calculating date difference in days2. Given the job parameter 'measure' is "days" And the source field 'Date1' has the value "<Date1>" And the source field 'Date2' has the value "<Date2>" Then the target field 'Difference' is set to the value "<Difference>"