features/diet_committees.feature in diet-0.0.5 vs features/diet_committees.feature in diet-0.0.6
- old
+ new
@@ -2,11 +2,11 @@
The diet model should generate correct committee calculations
Scenario Outline: Standard Calculations for diet classes
Given a diet has "diet_class.name" of "<diet_class>"
When emissions are calculated
- Then the intensity committee should be close to <fuel>, +/-1
+ Then the intensity committee should be close to <intensity>, +/-1
Examples:
| diet_class | intensity |
- | standard | 2966.3 |
- | vegan | 2016.8 |
- | vegetarian | 2362.0 |
+ | standard | 3.78 |
+ | vegan | 2.57 |
+ | vegetarian | 3.01 |