Sha256: 3f7e34e0821e7f165768c6345cc5b4b8e99c0d0ec30915723383e01333b2905a
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
Feature: Motorcycle Emissions Calculations The motorcycle model should generate correct emission calculations Scenario Outline: Standard Calculations for motorcycle Given a motorcycle has "annual_distance_estimate" of "<distance>" When emissions are calculated Then the emission value should be within "0.1" kgs of "<emission>" Examples: | distance | emission | | 1019 | 97.2 |
Version data entries
4 entries across 4 versions & 1 rubygems