public void NewRepeatCounter_ReturnsCorrectView_True()
        {
            ScrabbleController controller = new ScrabbleController();
            ActionResult       indexView  = controller.Index();

            Assert.IsInstanceOfType(indexView, typeof(ViewResult));
        }