features/flight_committees.feature in flight-0.0.18 vs features/flight_committees.feature in flight-0.0.19

- old
+ new

@@ -139,11 +139,11 @@ And the "distance" committee is calculated Then the committee should have used quorum "from cohort" And the conclusion of the committee should be "<distance>" Examples: | airline | distance | - | DA | 100.0 | + | DA | 99.89200 | | IA | 1000.0 | Scenario: Distance committee from default Given a flight emitter When the "distance" committee is calculated @@ -212,17 +212,17 @@ Scenario: Seats committee from aircraft class Given a flight emitter And a characteristic "aircraft_class.brighter_planet_aircraft_class_code" of "EX" When the "seats" committee is calculated Then the committee should have used quorum "from aircraft class" - And the conclusion of the committee should be "117" + And the conclusion of the committee should be "116" Scenario: Seats committee from default Given a flight emitter When the "seats" committee is calculated Then the committee should have used quorum "default" - And the conclusion of the committee should be "117" + And the conclusion of the committee should be "116" Scenario: Passengers committee Given a flight emitter And a characteristic "seats" of "100" And a characteristic "load_factor" of "0.9" @@ -319,11 +319,5 @@ Then the committee should have used quorum "from fuel and passengers with coefficients" And the conclusion of the committee should be "<emission>" Examples: | fuel | passengers | seat_mult | ef | rfi | freight | date | emission | | 100 | 100 | 1.5 | 10 | 2 | 0.10 | 2010-07-15 | 27 | - - Scenario: Emission committee from default - Given a flight emitter - When the "emission" committee is calculated - Then the committee should have used quorum "default" - And the conclusion of the committee should be ""