reorganised project so its a bit more vertical for features

This commit is contained in:
TomPallister
2016-10-18 18:52:43 +01:00
parent 2e6640c6ef
commit f79b76b414
77 changed files with 324 additions and 298 deletions

View File

@ -1,11 +1,11 @@
using Microsoft.AspNetCore.Http;
using Ocelot.Library.ScopedData;
using Shouldly;
using TestStack.BDDfy;
using Xunit;
namespace Ocelot.UnitTests.Repository
{
using Library.Repository;
using Library.Responses;
public class ScopedRequestDataRepositoryTests