Skip to content

Instantly share code, notes, and snippets.

@zombor
Forked from Ikke/gist:3975851
Created October 29, 2012 19:42
Show Gist options
  • Save zombor/3976055 to your computer and use it in GitHub Desktop.
Save zombor/3976055 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:
"""
08:00 - 09:00 - Doing something
"""
Then A log entry should be created with:
| start | 08:00 |
| end | 09:00 |
| description | Doing something |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment