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 collaboratorQuestion listing
When I'm working with my project's questions I want a list of the existing
questions so I can asses, edit and delete them.
- Background
-
- Given
- I am logged in
- And
- I have a project
- Scenarios
-
-
- Given
- I am on my project's workspace
- And
- I click "Questions"
- Then
- I should be on question index page for my project
- Question index (empty)
-
- Given
- there are no questions for my project
- When
- I am on the question index page for my project
- Then
- I should see a message about there not being any questions yet
- Question index (with questions)
-
- Given
- there are questions for my project
- When
- I am on the question index page for my project
- Then
- I should see the list of questions for my project
-
Last published over 5 years ago by Gregory Perry.