describe('with a value of "gzip, *;q=0.5"', function () {
    beforeEach(function () {
      header = new AcceptEncoding('gzip, *;q=0.5');
    });