features/ingredient_converter.feature in ingredient_converter-0.0.4 vs features/ingredient_converter.feature in ingredient_converter-0.0.5

- old
+ new

@@ -1,14 +1,11 @@ Feature: Ingredient converter As a cook I measure ingredients In order to use US measurements I would like to convert the US measurements into UK ones -Scenario: Butter to tablespoons - Given I have a block of butter - When I need to cut off 1 stick - Then I weigh out 4oz as that is 8 tablespoons +Scenario: 1 stick of butter to ounces + Given I have an ingredient converter + When I convert 1 stick of butter to ounces + Then it shows me 4 ounces -Scenario: Butter to ounces - Given I have a block of butter - When I need to cut off 2 sticks - Then I weigh out 240g as that is 8oz +