new MkAnswer.Simple(HttpURLConnection.HTTP_CREATED, response)
).next(new MkAnswer.Simple(HttpURLConnection.HTTP_OK, response))
.start();
final RtRepos repos = new RtRepos(
Mockito.mock(Github.class),
new ApacheRequest(container.home())
);
final Repo repo = this.rule.repo(repos);
MatcherAssert.assertThat(
container.take().method(),
Matchers.equalTo(Request.POST)