it("adds response as an event emitter to the domain in case it throws an error", function(done) {
            function next() {
                expect(process.domain.members).toContain(response);
                done();
            }