Sha256: 3047f1d592f0e141f9bd9cb10aabcbb270396d2ac4d62e9edd082c2f0c877822

Contents?: true

Size: 1.42 KB

Versions: 22

Compression:

Stored size: 1.42 KB

Contents

# Feature: Data import for AutomobileMakeModel
#   As a data user
#   I want to import MakeModel data
#   So that I can perform model-based calculations
# 
#   Scenario: Successfully verifying that fuel efficiences are greater than zero
#     Given a "AutomobileMakeModel" data import fetches results listed in "automobile_make_model_good"
#     When a data import verifies "Fuel efficiencies should be greater than zero"
#     Then the verification should be successful
# 
#   Scenario: Successfully verifying that fuel efficiency units are kilometres per litre
#     Given a "AutomobileMakeModel" data import fetches results listed in "automobile_make_model_good"
#     When a data import verifies "Fuel efficiency units should be kilometres per litre"
#     Then the verification should be successful
# 
#   Scenario: Failing to verify that fuel efficiences are greater than zero
#     Given a "AutomobileMakeModel" data import fetches results listed in "automobile_make_model_bad"
#     When a data import verifies "Fuel efficiencies should be greater than zero"
#     Then the verification should not be successful
# 
#   Scenario: Failing to verify that fuel efficiency units are kilometres per litre
#     Given a "AutomobileMakeModel" data import fetches results listed in "automobile_make_model_bad"
#     When a data import verifies "Fuel efficiency units should be kilometres per litre"
#     Then the verification should not be successful

Version data entries

22 entries across 22 versions & 1 rubygems

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