Skip to content

Instantly share code, notes, and snippets.

@jphpsf
Created March 7, 2011 02:44
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 jphpsf/857988 to your computer and use it in GitHub Desktop.
Save jphpsf/857988 to your computer and use it in GitHub Desktop.
Cucumber features organization
features/projects/creating.feature
features/projects/deleting.feature
features/projects/editing.feature
features/projects/viewing.feature
features/tickets/creating.feature
features/tickets/deleting.feature
features/tickets/editing.feature
features/tickets/viewing.feature
features/tickets/notifications.feature
features/tickets/creating_states.feature
features/tickets/managing_states.feature
features/tickets/comments.feature
features/tickets/watching.feature
features/tickets/deleting_tags.feature
features/tickets/searching.feature
features/users/creating.feature
features/users/deleting.feature
features/users/editing.feature
features/users/assigning_permissions.feature
features/users/signing_in.feature
features/users/signing_up.feature
features/misc/hidden_links.feature
features/misc/seed.feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment