Sha256: 83187159388bacbfb1462311cc5c4086c880b0f3e41561c4133118d88ff56e4b

Contents?: true

Size: 299 Bytes

Versions: 4

Compression:

Stored size: 299 Bytes

Contents

Feature: Dashboard
  Because I want to see what the go is with my blog
  An admin
  Should be able to see interesting things on the dashboard

  Scenario: viewing dash board
    Given I am logged in
    And a post with comments exists
    When I go to /admin
    Then I should see "Latest Comments"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enki-engine-0.0.5 features/admin_dashboard.feature
enki-engine-0.0.4 features/admin_dashboard.feature
enki-engine-0.0.3 features/admin_dashboard.feature
enki-engine-0.0.2 features/admin_dashboard.feature