The other day I was spec’ing out some new routes for my application and I wanted to make sure certain routes were ignored. Not happy with the disgustingly-verbose way of testing routes OOTB with asp.net MVC, I decided to lean on the great work Ben Schierman did in his fluent route testing extensions. I whipped together a quick extension method that allows me to do the following: 1: public class when_requesting_a_gif_file : with_routes_configured
...