Sha256: 2833774ac09be15ea04a8db7fc61bdba818e88dc391cc1c996ff993d5d22aa46

Contents?: true

Size: 1.31 KB

Versions: 27

Compression:

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

27 entries across 27 versions & 1 rubygems

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