Add module.txt & theme.txt handler mapping to NotFoundHandler in global web.config.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-09-27 13:09:17 -07:00
parent 72e4d8d93e
commit 10407a069c
12 changed files with 85 additions and 33 deletions

View File

@@ -8,11 +8,11 @@ Scenario: Installed modules are listed
When I go to "admin/modules"
Then I should see "<h1>Installed Modules</h1>"
And I should see "<h2>Themes"
And the status should be 200 OK
And the status should be 200 "OK"
Scenario: Features of installed modules are listed
Given I have installed Orchard
When I go to "admin/modules/features"
Then I should see "<h1>Manage Features</h1>"
And I should see "<h3>Common</h3>"
And the status should be 200 OK
And the status should be 200 "OK"