Sha256: 0eed8c357796f199d21feb8291b644d6939f12899c47be38d211c36bf00ada59

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

Feature: Test the prefix transformer.

  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"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
remi-0.2.6 lib/remi/project/features/transforms/prefix.feature
remi-0.2.5 lib/remi/project/features/transforms/prefix.feature
remi-0.2.4 lib/remi/project/features/transforms/prefix.feature
remi-0.2.3 lib/remi/project/features/transforms/prefix.feature
remi-0.2.2 lib/remi/project/features/transforms/prefix.feature