public void ConnectorIsWrittenWithSurroundingSpaces() { writer.WriteConnector("and"); Expect(writer.ToString(), EqualTo(" and ")); }