Sha256: 553ab13e6f5b95533e0ee4d8616a179eec318b21b0608aa23c4510696c4dea69

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

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: 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ingredient_converter-0.0.4 features/ingredient_converter.feature