There’s a new build of SpecsFor.Mvc available on NuGet tonight! This version adds support for navigating to controllers within areas that are decorated with the RouteAreaAttribute class. Now you can do things like NavigateTo<TController>() against controllers that are in areas without using the MvcFuture’s ActionLinkAreaAttribute.
My thanks go out to Neuhoffm for this improvement!