Sha256: 07f6e2a777dda14ea750cc7427c3de370cfa9981b0b5a87e97e7283307df6980

Contents?: true

Size: 469 Bytes

Versions: 54

Compression:

Stored size: 469 Bytes

Contents

Feature: View, add and edit feeds
  As a user
  I want to be able to manage feeds
  
Scenario: Anonymous user visits the feeds index page
  Given I am not logged in
  When I go to "the public feed index"
  Then I should see "Registered Collections"
  
Scenario: Admin user visits a page that does not exist and is prompted to create a new page
  Given I log in with role "administrator"
  When I go to "the feed admin page"
  Then I should see "Registered Collections"

Version data entries

54 entries across 54 versions & 3 rubygems

Version Path
muck-services-3.3.3 test/features/feeds.feature
overlord-3.0.2 test/rails_test/features/feeds.feature
overlord-3.0.1 test/rails_test/features/feeds.feature
overlord-3.0.0 test/rails_test/features/feeds.feature
overlord-0.1.22 test/rails_root/features/feeds.feature
overlord-0.1.21 test/rails_root/features/feeds.feature
overlord-0.1.20 test/rails_root/features/feeds.feature
overlord-0.1.19 test/rails_root/features/feeds.feature
overlord-0.1.18 test/rails_root/features/feeds.feature
overlord-0.1.17 test/rails_root/features/feeds.feature
overlord-0.1.16 test/rails_root/features/feeds.feature
overlord-0.1.15 test/rails_root/features/feeds.feature
overlord-0.1.14 test/rails_root/features/feeds.feature
overlord-0.1.13 test/rails_root/features/feeds.feature
overlord-0.1.12 test/rails_root/features/feeds.feature
overlord-0.1.11 test/rails_root/features/feeds.feature
overlord-0.1.10 test/rails_root/features/feeds.feature
overlord-0.1.9 test/rails_root/features/feeds.feature
overlord-0.1.8 test/rails_root/features/feeds.feature
overlord-0.1.7 test/rails_root/features/feeds.feature