From 2183b7dac1b6697383ac81939ec245b4caed9de0 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Fri, 19 Sep 2014 15:00:45 -0700 Subject: [PATCH] A couple other minor tweaks to a test suite. --- test/app/lib/surface/SingularSprite.spec.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/app/lib/surface/SingularSprite.spec.coffee b/test/app/lib/surface/SingularSprite.spec.coffee index b19d846bc..d1dd103a4 100644 --- a/test/app/lib/surface/SingularSprite.spec.coffee +++ b/test/app/lib/surface/SingularSprite.spec.coffee @@ -22,7 +22,7 @@ describe 'SingularSprite', -> } createjs.Ticker.addEventListener "tick", listener - describe 'with Ogre Munchkin ThangType and spriteType=spriteSheet', -> + describe 'with Ogre Munchkin ThangType', -> beforeEach -> layer = new LayerAdapter() layer.buildAutomatically = false @@ -43,6 +43,6 @@ describe 'SingularSprite', -> afterEach -> ogreMunchkinThangType.revert() - it 'has the same interface as for when the ThangType uses the container spriteType', -> + it 'has the same interface as Sprite for animation', -> singularSprite.gotoAndPlay('move_fore') singularSprite.gotoAndStop('attack')