def given_an_existing_user(self): self.start_mocking_http() self.fake_response('/users/giddy', file='user-giddy.json') self.expect_call('/users/giddy', httpretty.PUT)