def it_should_delete_the_user(self): expect(httpretty.last_request()).to( have_posted_to("/users/foo", method=httpretty.DELETE))