it("reruns the current route", function() {
                SetupLinksAndPushState.reloadRoute();

                expect(Backbone.history.loadUrl).toHaveBeenCalledWith();
            });