if (options.compression !== undefined) {
                            it('should have the correct compression method', function () {
                                expect(this.header.compression).to.be.equal(options.compression);
                            });
                        }