Sha256: 62aee21d7d1a655bce13d48d68db5f44bc98a2aa7c96c9f63597fd0575799e1d

Contents?: true

Size: 590 Bytes

Versions: 11

Compression:

Stored size: 590 Bytes

Contents

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

Scenario: Add share
  GivenScenario: Logged in user views add share
  When I fill in "share_body" with "a test share"
  And I press "Add Share"
  Then I should see "added share"
  

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-shares-3.0.1 test/rails_test/features/shares.feature
muck-shares-3.0.0 test/rails_test/features/shares.feature
muck-shares-0.1.8 test/rails_root/features/shares.feature
muck-shares-0.1.7 test/rails_root/features/shares.feature
muck-shares-0.1.6 test/rails_root/features/shares.feature
muck-shares-0.1.5 test/rails_root/features/shares.feature
muck-shares-0.1.4 test/rails_root/features/shares.feature
muck-shares-0.1.1 test/rails_root/features/shares.feature
muck-shares-0.1.2 test/rails_root/features/shares.feature
muck-shares-0.1.3 test/rails_root/features/shares.feature
muck-shares-0.1.0 test/rails_root/features/shares.feature