Sha256: b4549895a056ac4124fbcac893d17d1556d15c069f8d32309603fad5715eeb4f

Contents?: true

Size: 436 Bytes

Versions: 7

Compression:

Stored size: 436 Bytes

Contents

Feature: Motorcycle Committee Calculations
  The motorcycle model should generate correct committee calculations

  Scenario Outline: Fuel consumption committee
    Given a motorcycle has "annual_distance_estimate" of "<distance>"
    When emissions are calculated
    Then the fuel_consumed committee should be close to <fuel_consumption>, +/-1
    Examples:
      | distance | fuel_consumption |
      |     1001 |               38 |

Version data entries

7 entries across 7 versions & 1 rubygems

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