Sha256: 9ef1496da0df39f13e41a70cf8e493e1ce8a0326048e658677e6f4014a7e4c29

Contents?: true

Size: 605 Bytes

Versions: 10

Compression:

Stored size: 605 Bytes

Contents

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

Scenario: Add invite
  GivenScenario: Logged in user views add invite
  When I fill in "invite_body" with "a test invite"
  And I press "Add Invite"
  Then I should see "added invite"
  

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
muck-invites-0.1.12 test/rails_root/features/comments.feature
muck-invites-0.1.11 test/rails_root/features/comments.feature
muck-invites-0.1.10 test/rails_root/features/comments.feature
muck-invites-0.1.7 test/rails_root/features/comments.feature
muck-invites-0.1.6 test/rails_root/features/comments.feature
muck-invites-0.1.5 test/rails_root/features/comments.feature
muck-invites-0.1.4 test/rails_root/features/comments.feature
muck-invites-0.1.3 test/rails_root/features/comments.feature
muck-invites-0.1.2 test/rails_root/features/comments.feature
muck-invites-0.1.1 test/rails_root/features/comments.feature