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