Open otac0n opened 10 years ago
config.ShouldMap("/orders?q=a%3AOK").To<OrdersController>(HttpMethod.Get, c => c.Find("a:OK"))
MvcRouteTester.Assertions.AssertionException : Expected 'a:OK', not 'a%3AOK' for 'q' at url '/orders?q=a%3AOK'.