@Test
 public void testDispayStartInstructions() {
   sut.displayStartInstructions();
   verify(out).print("To begin the game write 'y', and to quit write 'Q': ");
 }