Remove @xhr.restore() to fix tests.

This commit is contained in:
Peter Fogg
2013-07-17 14:15:50 -04:00
parent ec02a4f39f
commit 925f0a5ee8

View File

@@ -63,7 +63,7 @@ describe "Course Overview", ->
afterEach ->
delete window.analytics
delete window.course_location_analytics
@xhr.restore()
# @xhr.restore()
@notificationSpy.reset()
it "should save model when save is clicked", ->