Sha256: 0d89c3a7a4fddc660bf623923b32a5dae6175345c28092ea79ec22f404205fff
Contents?: true
Size: 674 Bytes
Versions: 1
Compression:
Stored size: 674 Bytes
Contents
Feature: Automobile Emissions Calculations The automobile model should generate correct emission calculations Scenario Outline: Standard Calculations for automobiles Given an automobile has "annual_distance_estimate" of "<distance>" And it has "timeframe" of "<timeframe>" And it has "model_year.name" of "<make_model_year>" When emissions are calculated Then the emission value should be within "0.1" kgs of "<emission>" Examples: | distance | make_model_year | timeframe | emission | | 30000 | Acura RSX 2003 | 2010-03-01/2010-12-21| 7036.7 | | 80000 | Honda FIT 2008 | 2009-01-01/2009-12-31| 23153.5 |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
automobile-0.0.15 | features/automobile_emissions.feature |