describe('grayScale', function () {

            it('should give the value of a coordinate', function () {
                expect(this.instance.getGrayScale(0, 1)).to.be.equal(115);
            });