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
overlord-0.1.6 test/rails_root/features/feeds.feature
overlord-0.1.5 test/rails_root/features/feeds.feature
overlord-0.1.4 test/rails_root/features/feeds.feature
overlord-0.1.3 test/rails_root/features/feeds.feature
overlord-0.1.2 test/rails_root/features/feeds.feature
overlord-0.1.1 test/rails_root/features/feeds.feature
overlord-0.1.0 test/rails_root/features/feeds.feature
muck-raker-0.2.0 test/rails_root/features/feeds.feature
muck-raker-0.1.49 test/rails_root/features/feeds.feature
muck-raker-0.1.48 test/rails_root/features/feeds.feature
muck-raker-0.1.47 test/rails_root/features/feeds.feature
muck-raker-0.1.46 test/rails_root/features/feeds.feature
muck-raker-0.1.45 test/rails_root/features/feeds.feature
muck-raker-0.1.43 test/rails_root/features/feeds.feature
muck-raker-0.1.42 test/rails_root/features/feeds.feature
muck-raker-0.1.41 test/rails_root/features/feeds.feature
muck-raker-0.1.40 test/rails_root/features/feeds.feature
muck-raker-0.1.39 test/rails_root/features/feeds.feature
muck-raker-0.1.38 test/rails_root/features/feeds.feature
muck-raker-0.1.37 test/rails_root/features/feeds.feature