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