I am trying to user mvccontrib test helper and rhino mocks to test mvc controller. But my test doesnt load.First two lines of the test are given below
TestControllerBuilder builder = new TestControllerBuilder();
var custCtrl = builder.CreateController<CustController>();
I am new to rhino mock and mvc contrib.
Just found the help here kevinlabranche.com
The fix is a binding direct.
Add an app.config to your test project and paste in the following: