dependabot[bot] on npm_and_yarn
Bump shell-quote from 1.7.2 to … (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json from 9.0.1… (compare)
public async Task Test_Logging()
{
var builder = BusinessRulesEngine.Web.Program.CreateWebHostBuilder(new string[] { });
using (var system = new SystemUnderTest(builder, typeof(Startup).Assembly))
{
await system.Scenario(_ =>
{
_.Get.Url("/home/TestLogging");
_.ContentShouldBe("");
_.StatusCodeShouldBeOk();
});
}
}