new MkAnswer.Simple(HttpURLConnection.HTTP_NO_CONTENT, "")
).start();
final Pull pull = Mockito.mock(Pull.class);
Mockito.doReturn(repo()).when(pull).repo();
final RtPullComments comments =
new RtPullComments(new ApacheRequest(container.home()), pull);
try {
comments.remove(2);
final MkQuery query = container.take();
MatcherAssert.assertThat(
query.method(), Matchers.equalTo(Request.DELETE)