features/purchase_emissions.feature in purchase-1.0.5 vs features/purchase_emissions.feature in purchase-1.0.6

- old
+ new

@@ -74,9 +74,11 @@ Given a purchase has "industry.naics_code" of "<naics>" And it has "cost" of "<cost>" And it has "date" of "<date>" When emissions are calculated Then the emission value should be within "0.001" kgs of "<emission>" + And the "trade_industry_ratios" committee should have used quorum "from industry" + And the "non_trade_industry_ratios" committee should have used quorum "from industry" Examples: | naics | cost | date | emission | | 111111 | 100.00 | 2010-07-28 | 126.538 | | 399900 | 100.00 | 2010-07-28 | 334.190 | | 459000 | 100.00 | 2010-07-28 | 214.072 |