Skip to content

Instantly share code, notes, and snippets.

@tonyjoanes
Created October 10, 2014 15:21
Show Gist options
  • Save tonyjoanes/d567beea64f6eb589066 to your computer and use it in GitHub Desktop.
Save tonyjoanes/d567beea64f6eb589066 to your computer and use it in GitHub Desktop.
MVC Route testing
[Test]
public void should_map_to_recipe_controller()
{
"~/Recipe".ShouldMapTo<recipecontroller>(action => action.Healthy());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment