* This tests that the remove() method is working fine.
* @throws Exception - in case something goes wrong.
*/
@Test
public void removesComment() throws Exception {
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_NO_CONTENT, "")
).start();
final Repo repo = repo();
final Issue issue = repo.issues().create("testing3", "issue3");
final RtComment comment = new RtComment(