diff --git a/app/views/test.coffee b/app/views/test.coffee index 3fa3ebddd..854208d9e 100644 --- a/app/views/test.coffee +++ b/app/views/test.coffee @@ -99,8 +99,9 @@ module.exports = class TestView extends CocoView runTests: -> describe 'CodeCombat Client', => + jasmine.Ajax.install() beforeEach -> - jasmine.Ajax.install() + jasmine.Ajax.requests.reset() # TODO get some setup and teardown prepped require f for f in @specFiles # runs the tests