Removed some unnecessary expectations.

This commit is contained in:
Scott Erickson 2014-09-18 12:22:54 -07:00
parent c7279e68a8
commit 7fb261f577

View file

@ -107,8 +107,6 @@ describe 'SpriteBoss', ->
midRenderExpectations.push([spriteBoss.sprites['FROgre'].imageObject.children[0].paused,true,'animated spriteSheet action'])
defaultLayer.once 'new-spritesheet', ->
expect(spriteBoss.sprites['Ogre 1'].imageObject.children.length).toBeGreaterThan(0)
# expect(spriteBoss.sprites['FROgre'].imageObject.children[0].currentFrame).toBeGreaterThan(0)
done()
# showMe() # Uncomment to display this world when you run any of these tests.