it('should set green color', function () {
                this.instance.setAtIndex(1, {green: 2});
                expect(this.blob[5]).to.be.equal(2);
            });