Sha256: 40f4c7492f327fb95ca699c004f1c79e93b2ff23e8761727a78f0368ef469f96

Contents?: true

Size: 415 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

Version Path
motorcycle-0.0.9 features/motorcycle_emissions.feature
motorcycle-0.0.8 features/motorcycle_emissions.feature
motorcycle-0.0.7 features/motorcycle_emissions.feature
motorcycle-0.0.6 features/motorcycle_emissions.feature
motorcycle-0.0.5 features/motorcycle_emissions.feature
motorcycle-0.0.4 features/motorcycle_emissions.feature
motorcycle-0.0.3 features/motorcycle_emissions.feature