final String body = pull(title).toString();
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_CREATED, body)
).next(new MkAnswer.Simple(HttpURLConnection.HTTP_OK, body)).start();
final RtPulls pulls = new RtPulls(
new ApacheRequest(container.home()),
repo()
);
final Pull pull = pulls.create(title, "octocat", "master");
MatcherAssert.assertThat(
container.take().method(),