Sha256: 4c67aa95f8890ad522eb468db4f029d7288e476de15cac1611d2cb24c5249586
Contents?: true
Size: 460 Bytes
Versions: 9
Compression:
Stored size: 460 Bytes
Contents
Feature: Diet Emissions Calculations The diet model should generate correct emission calculations Scenario Outline: Standard Calculations for diet classes Given a diet has "diet_class.name" of "<diet_class>" When emissions are calculated Then the emission value should be within 0.1 kgs of <emission> Examples: | diet_class | emission | | standard | 2966.3 | | vegan | 2016.8 | | vegetarian | 2362.0 |
Version data entries
9 entries across 9 versions & 1 rubygems