realised the user can just set the region..delete time

This commit is contained in:
Tom Gardham-Pallister
2017-06-28 08:17:48 +01:00
parent 0fa759c76c
commit ab953f28fd
10 changed files with 86 additions and 12 deletions

View File

@ -23,7 +23,7 @@ namespace Ocelot.UnitTests.Cache
this.Given(_ => GivenTheReRoute(reRoute))
.When(_ => WhenICreateTheRegion())
.Then(_ => ThenTheRegionIs("Get /test/dummy"))
.Then(_ => ThenTheRegionIs("Gettestdummy"))
.BDDfy();
}