Http Status Codes

_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus();

_controller.WithCallTo(c => c.Index()).ShouldGiveHttpStatus(404);