client/app/app_controller_test.js
changeset 1 1cdebfeb77f9
equal deleted inserted replaced
0:e1d4d7a8255a 1:1cdebfeb77f9
       
     1 'use strict';
       
     2 
       
     3 describe("app_controller_test", function(){
       
     4     it("should assert something",function(){
       
     5         expect(true).toBe(true);
       
     6     })
       
     7 })