function secondRouteDoesNotCleanUpLayout() {
        it("does NOT clean up layout for second route", function(done) {
            secondReturns
                .then(function() {
                    expect(Layout.prototype.close).not.toHaveBeenCalled();