public void EditingProperlyFindsTheGapToFill() { fauxPaper = "An a day keeps the doctor away"; testPencil.EditAppend("onion", ref fauxPaper); Assert.AreEqual("An onion a day keeps the doctor away", fauxPaper); }