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