@Test
 public void testExit() throws Exception {
   Room r1 = new Room("test");
   assertTrue("You left the test room.".equals(r1.exit()));
 }