Skip to content

Instantly share code, notes, and snippets.

@zombor
Forked from Ikke/gist:3975851
Created October 29, 2012 19:17
Show Gist options
  • Save zombor/3975854 to your computer and use it in GitHub Desktop.
Save zombor/3975854 to your computer and use it in GitHub Desktop.
Feature: Log time
In order to keep my time
As a developer
I need to be able to add log entries
Scenario: Add a single time entry
Given I am a developer
When I enter the following into my time log:
"""
12:00pm - 1:00pm
"""
Then my time log should contain something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment