Clear window.me before running tests

This commit is contained in:
phoenixeliot 2016-04-18 14:12:21 -07:00
parent d07a3394d1
commit 70762f15cc

View file

@ -78,6 +78,7 @@ module.exports = TestView = class TestView extends RootView
describe 'CodeCombat Client', =>
jasmine.Ajax.install()
beforeEach ->
me.clear()
jasmine.Ajax.requests.reset()
Backbone.Mediator.init()
Backbone.Mediator.setValidationEnabled false