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 collaboratorNavigation
In order to provide proper navigation hints to users
As a website
I would like to only show specific navigation items to different users
- Scenarios
-
-
- When
- I go to the root page
- Then
- I should not see the navigation area
- And
- I should see "Create an account"
- And
- I should see "Sign in"
-
- Given
- a logged in user exists
- When
- I go to the root page
- Then
- I should see the navigation area
- And
- I should not see "Create an account"
- And
- I should not see "Sign in"
- And
- I should see "Sign out"
-
Last published over 7 years ago by MikeG.