'use strict'; describe("slides_controller_test", function(){ it("should assert something",function(){ expect(true).toBe(true); }) })