describe('GET /files/.xml', function () {
    it('has the correct params', function () {
      return callApp(app, '/files/.xml').then(function (conn) {
        expect(JSON.parse(conn.responseText)).toEqual({ splat: [ '', 'xml' ] });
      });