4 lines
85 B
CoffeeScript
4 lines
85 B
CoffeeScript
Flowerbox.When /^I plant a "([^"]+)" seed$/, (type) ->
|
|
@flowerbox.plantSeed(type)
|
|
|