-
-
Save zombor/3975854 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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