Sha256: d469887d17ba00d0eead49c7ed6ad7c707740759c59ccc2b543ccb3dd26ddafe

Contents?: true

Size: 1.98 KB

Versions: 17

Compression:

Stored size: 1.98 KB

Contents

Feature: Data import for AutomobileMakeModelYear
  As a data user
  I want to import MakeModelYear data
  So that I can perform model year-based calculations

  Scenario: Successfully verifying that year is from 1985 to 2010
    Given a "AutomobileMakeModelYear" data import fetches results listed in "automobile_make_model_year_good"
    When a data import verifies "Year should be from 1985 to 2010"
    Then the verification should be successful

  Scenario: Successfully verifying that fuel efficiences are greater than zero
    Given a "AutomobileMakeModelYear" data import fetches results listed in "automobile_make_model_year_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 "AutomobileMakeModelYear" data import fetches results listed in "automobile_make_model_year_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 year is from 1985 to 2010
    Given a "AutomobileMakeModelYear" data import fetches results listed in "automobile_make_model_year_bad"
    When a data import verifies "Year should be from 1985 to 2010"
    Then the verification should not be successful

  Scenario: Failing to verify that fuel efficiences are greater than zero
    Given a "AutomobileMakeModelYear" data import fetches results listed in "automobile_make_model_year_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 "AutomobileMakeModelYear" data import fetches results listed in "automobile_make_model_year_bad"
    When a data import verifies "Fuel efficiency units should be kilometres per litre"
    Then the verification should not be successful

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
earth-0.5.0 features/automobile_make_model_year.feature
earth-0.4.12 features/automobile_make_model_year.feature
earth-0.4.11 features/automobile_make_model_year.feature
earth-0.4.10 features/automobile_make_model_year.feature
earth-0.4.9 features/automobile_make_model_year.feature
earth-0.4.8 features/automobile_make_model_year.feature
earth-0.4.7 features/automobile_make_model_year.feature
earth-0.4.6 features/automobile_make_model_year.feature
earth-0.4.5 features/automobile_make_model_year.feature
earth-0.4.4 features/automobile_make_model_year.feature
earth-0.4.3 features/automobile_make_model_year.feature
earth-0.4.2 features/automobile_make_model_year.feature
earth-0.4.1 features/automobile_make_model_year.feature
earth-0.4.0 features/automobile_make_model_year.feature
earth-0.3.15 features/automobile_make_model_year.feature
earth-0.3.14 features/automobile_make_model_year.feature
earth-0.3.13 features/automobile_make_model_year.feature