Sha256: 32105a2d0e850a4e8f0a410d4be43d9c0be3aae7b8ef493af1a42e31a8ff3b42

Contents?: true

Size: 1.95 KB

Versions: 22

Compression:

Stored size: 1.95 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

22 entries across 22 versions & 1 rubygems

Version Path
earth-0.11.18 features/shipment_mode.feature
earth-0.11.17 features/shipment_mode.feature
earth-0.11.16 features/shipment_mode.feature
earth-0.11.15 features/shipment_mode.feature
earth-0.11.14 features/shipment_mode.feature
earth-0.11.13 features/shipment_mode.feature
earth-0.11.12 features/shipment_mode.feature
earth-0.11.11 features/shipment_mode.feature
earth-0.11.10 features/shipment_mode.feature
earth-0.11.9 features/shipment_mode.feature
earth-0.11.8 features/shipment_mode.feature
earth-0.11.7 features/shipment_mode.feature
earth-0.11.6 features/shipment_mode.feature
earth-0.11.5 features/shipment_mode.feature
earth-0.11.4 features/shipment_mode.feature
earth-0.11.3 features/shipment_mode.feature
earth-0.11.2 features/shipment_mode.feature
earth-0.11.1 features/shipment_mode.feature
earth-0.11.0 features/shipment_mode.feature
earth-0.7.0 features/shipment_mode.feature