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 collaboratorHome Page
As a visitor to Relish
I want a homepage to greet me and tell me some useful things
- Background
-
- Given
- a project "rspec/rspec-core"
- And
- a project "relish/relish"
- Scenarios
-
- Unauthenticated visitor sees home page
-
- When
- I am on the home page
- And
- I should see a link to rspec-core's project page
- And
- I should see a link to relish's project page
- Logged in user sees dashboard
-
- Given
- I am signed in
- When
- I go to the home page
- Then
- I should be on the home page
Last published over 7 years ago by mattwynne.