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