features/motorcycle_emissions.feature in motorcycle-0.0.9 vs features/motorcycle_emissions.feature in motorcycle-0.0.10

- old
+ new

@@ -2,9 +2,9 @@ The motorcycle model should generate correct emission calculations Scenario Outline: Standard Calculations for motorcycle Given a motorcycle has "annual_distance_estimate" of "<distance>" When emissions are calculated - Then the emission value should be within 0.1 kgs of <emission> + Then the emission value should be within "0.1" kgs of "<emission>" Examples: | distance | emission | | 1019 | 97.2 |