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 collaboratorRecipient registers
As the recipient of an invitation
I want to be able to register
So that I can invite friends and receive rewards
- Background
-
- Given
- I am not logged in
- And
- I am not registered
- Scenarios
-
- Recipient responds to a Facebook invitation
-
- Given
- I have received a Facebook invitation
- When
- I respond to a Facebook invitation
- Then
- I should see the Homepage
- Recipient registers via Facebook
-
- Given
- I have received a Facebook invitation
- When
- I respond to a Facebook invitation
- And
- I register via Facebook
- Then
- I should receive a reward
- And
- the Sender should receive a reward
- And
- the Sender should receive an email notification
Last published almost 7 years ago by cocoqa.