client/app/Auth/login_controller_test.js
changeset 57 388b29d38b44
parent 56 e38e9d5114ad
child 58 e71b49ff4a23
equal deleted inserted replaced
56:e38e9d5114ad 57:388b29d38b44
     1 'use strict';
       
     2 
       
     3 describe("auth_controller_test", function(){
       
     4     it("should assert something",function(){
       
     5         expect(true).toBe(true);
       
     6     })
       
     7 })