mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Add module.txt & theme.txt handler mapping to NotFoundHandler in global web.config.
--HG-- branch : dev
This commit is contained in:
@@ -12,7 +12,7 @@ Scenario: Root request shows setup form
|
||||
When I go to "/Default.aspx"
|
||||
Then I should see "Welcome to Orchard"
|
||||
And I should see "Finish Setup"
|
||||
And the status should be 200 OK
|
||||
And the status should be 200 "OK"
|
||||
|
||||
Scenario: Setup folder also shows setup form
|
||||
Given I have a clean site with
|
||||
@@ -23,7 +23,7 @@ Scenario: Setup folder also shows setup form
|
||||
When I go to "/Setup"
|
||||
Then I should see "Welcome to Orchard"
|
||||
And I should see "Finish Setup"
|
||||
And the status should be 200 OK
|
||||
And the status should be 200 "OK"
|
||||
|
||||
Scenario: Some of the initial form values are required
|
||||
Given I have a clean site with
|
||||
|
||||
Reference in New Issue
Block a user