def it_should_post_the_correct_body(self):
expect(httpretty.last_request()).to(have_json([{
"eventId": "foo",
"eventType": "settings",
"data": {
"$acl": {
"$w": [],
"$r": ["greg"]
}
}
}]))