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 collaboratorA user can comment on ideas
As a user I want to be able to comment on ideas
So that I can contribute to the project
- Background A set up with users campaigns and existing ideas
-
- Given
- a set up with users campaigns and existing ideas
- And
- I am logged in as a user
- Scenarios
-
- A user comments on an idea
-
- Given
- I select one idea in a campaign
- And
- I enter some comments
- Then
- I should see my comments attached to the idea
- And
- I should not see my comments attached to any other idea
- A user responds to another comment on an idea
-
- Given
- I select one idea in a campaign
- And
- it already has some comments
- And
- I respond to one of the comments
- Then
- my comment should appear in the list
- And
- it should be attached to the correct comment
Last published over 7 years ago by JohnSmall.