Sha256: 73c960cda1b78921ecf9cde9eb2a4ab8c2e8598c26b2c36a968ee8c3f3d0608a

Contents?: true

Size: 620 Bytes

Versions: 23

Compression:

Stored size: 620 Bytes

Contents

Feature: View comments page
  As a user
  I want to be able to view and add comments
  
Scenario: Anonymous user visits the comments
  Given I am not logged in
  And There are comments
  When I go to "the show comments page"
  Then I should see "comments"
  
Scenario: Logged in user views add comment
  Given I log in with role "administrator"
  When I go to "the create comments page"
  Then I should see "Add a new comment"

Scenario: Add comment
  GivenScenario: Logged in user views add comment
  When I fill in "comment_body" with "a test comment"
  And I press "Add Comment"
  Then I should see "added comment"
  

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
muck-activities-3.2.2 test/features/comments.feature
muck-activities-3.2.1 test/features/comments.feature
muck-groups-3.0.0 test/rails_test/features/comments.feature
muck-comments-3.0.2 test/rails_test/features/comments.feature
muck-activities-3.0.1 test/rails_test/features/comments.feature
muck-activities-3.0.0 test/rails_test/features/comments.feature
muck-comments-3.0.1 test/rails_test/features/comments.feature
muck-comments-3.0.0 test/rails_test/features/comments.feature
muck-comments-0.1.21 test/rails_root/features/comments.feature
muck-comments-0.1.20 test/rails_root/features/comments.feature
muck-comments-0.1.19 test/rails_root/features/comments.feature
muck-comments-0.1.18 test/rails_root/features/comments.feature
muck-comments-0.1.17 test/rails_root/features/comments.feature
muck-comments-0.1.16 test/rails_root/features/comments.feature
muck-comments-0.1.15 test/rails_root/features/comments.feature
muck-comments-0.1.14 test/rails_root/features/comments.feature
muck-comments-0.1.13 test/rails_root/features/comments.feature
muck-comments-0.1.12 test/rails_root/features/comments.feature
muck-comments-0.1.11 test/rails_root/features/comments.feature
muck-comments-0.1.10 test/rails_root/features/comments.feature