attentive/js-features/steps/given/i_have_a_presentation_counter.js.coffee
2012-03-13 13:20:57 -04:00

6 lines
157 B
CoffeeScript

#= require attentive/presentation_timer
#
Flowerbox.Given /I have a presentation counter/, ->
@timer = new Attentive.PresentationTimer()
@timer.render()