I know that Microsoft and MvcContrib have made great attempts at enabled developers to unit test controllers. But lately I've been wondering if we should ditch unit testing controllers, and leave them for integration testing. I have two reasons for this:
Am I off base here? Looking at other peoples code, I see people very much into unit testing controllers.