new ApacheRequest(container.home()),
repo()
);
final Pull pull = pulls.create(title, "octocat", "master");
MatcherAssert.assertThat(
container.take().method(),
Matchers.equalTo(Request.POST)
);
MatcherAssert.assertThat(
new Pull.Smart(pull).title(),
Matchers.equalTo(title)