flowerbox/skel/cucumber/step_definitions/given/i_have_a_flowerbox.js.coffee

9 lines
155 B
CoffeeScript

Flowerbox.Given /^I have a flowerbox$/, ->
@flowerbox =
plantSeed: (type) ->
@types ||= []
@types.push(type)
pick: ->
@types