Sha256: 4c2f42df51efbd5519121c3d4d43fc2ebb2d1eadeccb4b73db61a741c3b533da

Contents?: true

Size: 1.88 KB

Versions: 27

Compression:

Stored size: 1.88 KB

Contents

Feature: Data import for ShipmentMode
  As a data user
  I want to import ShipmentMode data
  So that I can perform shipment mode-based calculations

  Scenario: Successfully verifying that route inefficiency factor >= 1
    Given a "ShipmentMode" data import fetches results listed in "shipment_mode_good"
    When a data import verifies "Route inefficiency factor should be one or more"
    Then the verification should be successful

  Scenario: Failing to verify that route inefficiency factor >= 1
    Given a "ShipmentMode" data import fetches results listed in "shipment_mode_bad"
    When a data import verifies "Route inefficiency factor should be one or more"
    Then the verification should not be successful

  Scenario: Successfully verifying that transport emission factor > 0
    Given a "ShipmentMode" data import fetches results listed in "shipment_mode_good"
    When a data import verifies "Transport emission factor should be greater than zero"
    Then the verification should be successful

  Scenario: Failing to verify that transport emission factor > 0
    Given a "ShipmentMode" data import fetches results listed in "shipment_mode_bad"
    When a data import verifies "Transport emission factor should be greater than zero"
    Then the verification should not be successful

  Scenario: Successfully verifying that transport emission factor units is never missing
    Given a "ShipmentMode" data import fetches results listed in "shipment_mode_good"
    When a data import verifies "Transport emission factor units should never be missing"
    Then the verification should be successful

  Scenario: Failing to verify that transport emission factor units is never missing
    Given a "ShipmentMode" data import fetches results listed in "shipment_mode_bad"
    When a data import verifies "Transport emission factor units should never be missing"
    Then the verification should not be successful

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
earth-0.6.4 features/shipment_mode.feature
earth-0.6.3 features/shipment_mode.feature
earth-0.6.2 features/shipment_mode.feature
earth-0.6.1 features/shipment_mode.feature
earth-0.6.0 features/shipment_mode.feature
earth-0.5.4 features/shipment_mode.feature
earth-0.5.3 features/shipment_mode.feature
earth-0.5.2 features/shipment_mode.feature
earth-0.5.0 features/shipment_mode.feature
earth-0.4.12 features/shipment_mode.feature
earth-0.4.11 features/shipment_mode.feature
earth-0.4.10 features/shipment_mode.feature
earth-0.4.9 features/shipment_mode.feature
earth-0.4.8 features/shipment_mode.feature
earth-0.4.7 features/shipment_mode.feature
earth-0.4.6 features/shipment_mode.feature
earth-0.4.5 features/shipment_mode.feature
earth-0.4.4 features/shipment_mode.feature
earth-0.4.3 features/shipment_mode.feature
earth-0.4.2 features/shipment_mode.feature