it("does NOT run request.onComplete handler for first request", function(done) {
                bothReturn
                    .then(function() {
                        expect(firstRouteOnComplete).not.toHaveBeenCalled();
                    })