4 lines
92 B
CoffeeScript
4 lines
92 B
CoffeeScript
|
Flowerbox.When /^I wait (\d+) seconds?$/, (secs) ->
|
||
|
Flowerbox.pause(Number(secs) * 1000)
|
||
|
|