public void AllGrades_ShouldPass() { _controller.WithCallTo(c => c.All()).ShouldRenderDefaultView() .WithModel <IEnumerable <AllGradesVm> >(); }