Remove unused declarations from CocoModel.spec.coffee

This commit is contained in:
Imperadeiro98 2016-02-25 15:55:55 +00:00
parent fc800935aa
commit 3fb8d8067a

View file

@ -110,9 +110,6 @@ describe 'CocoModel', ->
expect(request).toBeUndefined()
xdescribe 'Achievement polling', ->
NewAchievementCollection = require 'collections/NewAchievementCollection'
EarnedAchievement = require 'models/EarnedAchievement'
# TODO: Figure out how to do debounce in tests so that this test doesn't need to use keepDoingUntil
it 'achievements are polled upon saving a model', (done) ->