describe('when the path is set', function () {
    describe('with a search', function () {
      it('has the correct href', function () {
        location.path = '/another/path?another=query';
        expect(location.href).toEqual('http://user:pass@example.com:5000/another/path?another=query');