final String path = "file.txt";
final JsonObject json = MkContentsTest
.content(path, "theCreateMessage", "newContent")
.add("committer", MkContentsTest.committer())
.build();
contents.create(json);
final String xpath = "/github/repos/repo/commits/commit";
MatcherAssert.assertThat(
storage.xml().nodes(xpath),
Matchers.<XML>iterableWithSize(1)
);