Adding start of initial module management UI

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-04-23 15:10:47 -07:00
parent 4b15c18ce0
commit 5fb845dcc9
13 changed files with 203 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
Feature: Module management
In order add and enable features
As a root Orchard system operator
I want to install and enable modules and enable features
Scenario: Default modules are listed
Given I have installed Orchard
When I go to "admin/modules"
Then I should see "Installed Modules"
And I should see "<h3>Themes</h3>"
And the status should be 200 OK