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