features/residence_committees.feature in residence-0.0.5 vs features/residence_committees.feature in residence-0.0.6
- old
+ new
@@ -7,5 +7,13 @@
When emissions are calculated
Then the bathrooms committee should be exactly <bathrooms>
Examples:
| full_baths | half_baths | bathrooms |
| 2 | 0.5 | 2.5 |
+
+ Scenario Outline: Predicted annual electricity use committee
+ Given a residence has "lighting_efficiency" of "<lighting_efficiency>"
+ When emissions are calculated
+ Then the predicted_annual_electricity_use committee should be exactly <predicted_annual_electricity_use>
+ Examples:
+ | lighting_efficiency | predicted_annual_electricity_use |
+ | 0.5 | 14409.3456880943 |