Sha256: 0fe46189da6f29764cd3e2f0025ecd32bf3766d9fbbd24cf279048bdf5ae18b0
Contents?: true
Size: 558 Bytes
Versions: 4
Compression:
Stored size: 558 Bytes
Contents
Feature: Motorcycle Committee Calculations The motorcycle model should generate correct committee calculations Scenario Outline: Fuel consumed committee Given a motorcycle emitter And a characteristic "distance" of "<distance>" And a characteristic "fuel_efficiency" of "<fuel_efficiency>" When the "fuel_consumed" committee is calculated Then the conclusion of the committee should be "<fuel_consumption>" Examples: | distance | fuel_efficiency | fuel_consumption | | 1001 | 22.1 | 45 |
Version data entries
4 entries across 4 versions & 1 rubygems