*/
@Test
public void canCreateBlob() throws Exception {
final String content = "Content of the blob";
final String body = blob().toString();
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_CREATED, body)
).next(new MkAnswer.Simple(HttpURLConnection.HTTP_OK, body)).start();
final RtBlobs blobs = new RtBlobs(
new ApacheRequest(container.home()),
repo()