Sha256: c4c8866f3d9a5e9ff326913f73dbe0bdd8ae75a90cd0af3043f9c484619a95c6

Contents?: true

Size: 1.36 KB

Versions: 22

Compression:

Stored size: 1.36 KB

Contents

# Feature: Data import for AutomobileMake
#   As a data user
#   I want to import Make data
#   So that I can perform make-based calculations
# 
#   Scenario: Successfully verifying that fuel efficiency is greater than zero
#     Given a "AutomobileMake" data import fetches results listed in "automobile_make_good"
#     When a data import verifies "Fuel efficiency should be greater than zero"
#     Then the verification should be successful
# 
#   Scenario: Successfully verifying that fuel efficiency units are kilometres per litre
#     Given a "AutomobileMake" data import fetches results listed in "automobile_make_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 efficiency is greater than zero
#     Given a "AutomobileMake" data import fetches results listed in "automobile_make_bad"
#     When a data import verifies "Fuel efficiency 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 "AutomobileMake" data import fetches results listed in "automobile_make_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.feature
earth-0.11.17 features/automobile_make.feature
earth-0.11.16 features/automobile_make.feature
earth-0.11.15 features/automobile_make.feature
earth-0.11.14 features/automobile_make.feature
earth-0.11.13 features/automobile_make.feature
earth-0.11.12 features/automobile_make.feature
earth-0.11.11 features/automobile_make.feature
earth-0.11.10 features/automobile_make.feature
earth-0.11.9 features/automobile_make.feature
earth-0.11.8 features/automobile_make.feature
earth-0.11.7 features/automobile_make.feature
earth-0.11.6 features/automobile_make.feature
earth-0.11.5 features/automobile_make.feature
earth-0.11.4 features/automobile_make.feature
earth-0.11.3 features/automobile_make.feature
earth-0.11.2 features/automobile_make.feature
earth-0.11.1 features/automobile_make.feature
earth-0.11.0 features/automobile_make.feature
earth-0.7.0 features/automobile_make.feature