client/app/auth/auth_controller_test.js
changeset 60 7d624c1013a3
equal deleted inserted replaced
59:df402f454856 60:7d624c1013a3
       
     1 'use strict';
       
     2 
       
     3 describe("auth_controller_test", function(){
       
     4     it("should assert something",function(){
       
     5         expect(true).toBe(true);
       
     6     })
       
     7 })