To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorStories
When I'm working with data for my project, I want to be able to see a list of
the stories for my project so I can take inventory as well as create, edit
and delete them.
- Background
-
- Given
- I am logged in
- And
- I have a project
- Scenarios
-
- Index (empty)
-
- Given
- there are no stories for my project
- When
- I am on my project's story index page
- Then
- I should see a message about there not being any stories yet
- Index
-
- Given
- there are stories for my project
- When
- I am on my project's story index page
- Then
- I should see the list of stories for my project
- View
-
- Given
- a story for my project
- And
- I am on my story's page
- Then
- I should see my story
Last published over 5 years ago by Gregory Perry.