public void removesReference() throws Exception {
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_NO_CONTENT, "")
).start();
final References refs = new RtReferences(
new ApacheRequest(container.home()),
repo()
);
refs.remove("heads/feature-a");
try {
MatcherAssert.assertThat(