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