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 collaboratorReviewing a Game
As any user
I want to review a game
So that other people know what I think about it
- Scenarios
-
- Selecting attributes to review
- Reviewing a game
- Quick reviewing a feature
- Reviewing a feature without text reviews
- Trying to review a feature without ratings
- Trying to review a feature without a platform
- Removing a review
- Editing a review
- Selecting attributes to review
-
- Given
- I have selected a game to review
- When
- I select which attributes I have an opinion about
- Then
- I can review the game with my selected attributes
- Reviewing a game
-
- Given
- I have selected a game to review
- And
- I have features I would like to review
- When
- I submit a review
- Then
- the review is saved
- And
- I can edit my review
- And
- I can review other features
- Quick reviewing a feature
-
- Given
- I have selected a game to review
- And
- I have selected a feature I would like to review
- When
- I submit a review
- Then
- the review is saved
- And
- I can edit my review
- Reviewing a feature without text reviews
-
- Given
- I am reviewing a feature of a game
- When
- I supply a rating
- But
- I don't supply a text review
- Then
- I can submit my review
- Trying to review a feature without ratings
-
- Given
- I am reviewing a feature of a game
- When
- I don't supply a rating
- Then
- I can't submit my review
- Trying to review a feature without a platform
-
- Given
- I am reviewing a feature of a game
- When
- I don't supply a platform
- Then
- I can't submit my review
- Removing a review
-
- Given
- that I am logged in
- And
- I am viewing a review I have published
- And
- I was logged in when I wrote it
- When
- I try to delete it
- Then
- it will be removed from the system
- And
- I will receive a confirmation message
- Editing a review
-
- Given
- that I am logged in
- And
- I am viewing a review I have published
- And
- I was logged in when I wrote it
- When
- I try to edit it
- Then
- I will be redirected to a review editor
Last published over 5 years ago by Angus Todd.