Sha256: cc67f56d5a05a2a79fa165b1079835b94185dd84e0116b0bb9e95fedf65451fc

Contents?: true

Size: 1.37 KB

Versions: 27

Compression:

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

27 entries across 27 versions & 1 rubygems

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