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