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 collaboratorProject listing
When I'm switching between projects I want to see a list of my projects so I
can select the one I want to work with.
- Background
-
- Given
- I am logged in
- And
- I have projects
- Scenarios
-
- Switch projects
-
- Given
- I am on one of my projects' workspaces
- When
- I click "Project listing"
- Then
- I should be on the project listing page
- List
-
- When
- I am on the project listing page
- Then
- I should see a list of my projects' names and descriptions
- Open project
-
- When
- I am on the project listing page
- And
- I click the name of one of my projects
- Then
- I should be on that project's workspace
Last published over 5 years ago by Gregory Perry.