lib/remi/project/features/transforms/prefix.feature in remi-0.2.6 vs lib/remi/project/features/transforms/prefix.feature in remi-0.2.7
- old
+ new
@@ -3,13 +3,10 @@
Background:
Given the job is 'Prefix'
And the job source 'Source Data'
And the job target 'Target Data'
-
Scenario: Prefixing a field.
Given the source 'Source Data'
And the target 'Target Data'
- Given the following example record for 'Source Data':
- | Field |
- | something |
- Then the target field 'Field' is set to the value "prefixsomething"
+ And the source field 'My Field' is set to the value "something"
+ Then the target field 'Prefixed Field' is set to the value "prefixsomething"