removed ocelot website project from src and added a manual test project for this, renamed library project to just be ocelot

This commit is contained in:
TomPallister
2016-10-18 19:04:46 +01:00
parent f79b76b414
commit acfeeed86a
107 changed files with 88 additions and 87 deletions

View File

@ -7,6 +7,7 @@ using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.TestHost;
using Ocelot.ManualTest;
using Shouldly;
using TestStack.BDDfy;
using Xunit;