mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Add module.txt & theme.txt handler mapping to NotFoundHandler in global web.config.
--HG-- branch : dev
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Orchard.Specs.Bindings {
|
||||
}
|
||||
}
|
||||
|
||||
[Then(@"the status should be (.*) (.*)")]
|
||||
[Then(@"the status should be (.*) ""(.*)""")]
|
||||
public void ThenTheStatusShouldBe(int statusCode, string statusDescription) {
|
||||
Assert.That(Details.StatusCode, Is.EqualTo(statusCode));
|
||||
Assert.That(Details.StatusDescription, Is.EqualTo(statusDescription));
|
||||
|
Reference in New Issue
Block a user