define ["js/views/course_info_handout", "js/views/course_info_update", "js/models/module_info", "js/collections/course_update", "common/js/spec_helpers/ajax_helpers"], (CourseInfoHandoutsView, CourseInfoUpdateView, ModuleInfo, CourseUpdateCollection, AjaxHelpers) -> describe "Course Updates and Handouts", -> courseInfoPage = """
    """ beforeEach -> window.analytics = jasmine.createSpyObj('analytics', ['track']) window.course_location_analytics = jasmine.createSpy() afterEach -> delete window.analytics delete window.course_location_analytics describe "Course Updates without Push notification", -> courseInfoTemplate = readFixtures('course_info_update.underscore') beforeEach -> setFixtures($("