attentive/js-features/presentation_timer.feature

14 lines
322 B
Gherkin
Raw Normal View History

2012-03-13 17:20:57 +00:00
Feature: Presentation Timer
Background:
Given I have a presentation counter
Scenario: Render
When I render the counter
Then the counter should show the time "00:00"
And the counter should not be running
Scenario: Start the timer
When I start the timer
Then the counter should be running