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 creation
When I'm starting a new project I want to give it a name so I can identify
and refer to it later.
- Background
-
- Given
- I am logged in
- Scenarios
-
- Start new project
-
- Given
- I am on the project listing page
- When
- I click "Create project"
- Then
- I should be on the project creation page
- Create project
-
- Given
- I am on the project creation page
- When
- I enter a project name
- And
- I click the submit button
- Then
- I should be on my new project's workspace
- Create project (Missing name)
-
- Given
- I am on the project creation page
- When
- I haven't entered a project name
- And
- I click the submit button
- Then
- I should see an error message
- And
- I should see the project form
Last published over 5 years ago by Gregory Perry.