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