change elipse -> ellipse in test

This commit is contained in:
Chad Engler 2013-12-20 07:46:33 -08:00
parent 920bc07bae
commit 49c6ec954c

View file

@ -27,7 +27,7 @@ describe('pixi/primitives/Graphics', function () {
expect(obj).to.respondTo('endFill');
expect(obj).to.respondTo('drawRect');
expect(obj).to.respondTo('drawCircle');
expect(obj).to.respondTo('drawElipse');
expect(obj).to.respondTo('drawEllipse');
expect(obj).to.respondTo('clear');
expect(obj).to.have.property('renderable', true);