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 collaboratorSign up for an event
- Scenarios
-
- Tom responds to an invite
-
- Given
- the group Friends exist with Tom, Dick, Harry
- And
- the group Friends has an event Dinner
- When
- Tom navigates to his sign up page
- And
- submits he is coming
- Then
- the number of participants is participants
- And
- the participation of Tom is status
Examples: coming participants status On 1 On Off 0 Off Maybe 0 Maybe - All respond to an event with comments
-
- Given
- the group Friends exist with Tom, Dick, Harry
- And
- the group Friends has an event Dinner
- When
- user navigates to his sign up page
- And
- enters a comment "comment"
- And
- submits he is coming
- Then
- the participation of user is coming
- And
- the comment by user is "comment"
Examples: user comment coming Tom Yay!! On Dick Naah, don't think so. Off Harry Hmm, I don't know... Maybe
Last published almost 5 years ago by Jan Grape.