1 'use strict';
2
3 describe("app_controller_test", function(){
4 it("should assert something",function(){
5 expect(true).toBe(true);
6 })
7 })