Skip to content

Instantly share code, notes, and snippets.

@fayimora
Created January 23, 2012 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fayimora/1659951 to your computer and use it in GitHub Desktop.
Save fayimora/1659951 to your computer and use it in GitHub Desktop.
creating_users.feature
Feature:Creating projects
In order to have projects to assign tickets to
As a user
I want to create them easily
Scenario:Creating a project
Given I am on the homepage
When I follow "New Project"
And I fill in "Name" with "Textmate 2"
And I press "Create Project"
Then I should see "Project has been created"
And I should be on the project page for "TextMate 2"
And I should see "TextMate 2 - Projects - Ticketee"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment