Sha256: 8b839b33c6c28babb4c1bdb937bc7f91e72bb06d657dfb64c3e62d344289989b

Contents?: true

Size: 666 Bytes

Versions: 4

Compression:

Stored size: 666 Bytes

Contents

Feature: This is a job that demonstrates how to use Remi subjobs

  Background:
    Given the job is 'Sub Job Example'
    And the job target 'Just Beers'
    And the job target 'Zombified Beers'

  Scenario: Sub jobs can be used to extract data

    Given the target 'Just Beers'

    Then the target should match the example:
      | Brewer  | Style |
      | Baerlic | IPA   |
      | Ex Novo | Red   |

  Scenario: Sub jobs can be used to transform source data

    Given the target 'Zombified Beers'

    Then the target should match the example:
      | Brewer         | Style      |
      | Zombie Baerlic | Zombie IPA |
      | Zombie Ex Novo | Zombie Red |

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
remi-0.3.3 features/sub_job_example.feature
remi-0.3.2 features/sub_job_example.feature
remi-0.3.1 features/sub_job_example.feature
remi-0.3.0 features/sub_job_example.feature