final String body = label(name, color).toString();
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_CREATED, body)
).next(new MkAnswer.Simple(HttpURLConnection.HTTP_OK, body)).start();
final RtLabels labels = new RtLabels(
new JdkRequest(container.home()),
repo()
);
final Label label = labels.create(name, color);
MatcherAssert.assertThat(
container.take().method(),