client/app/auth/auth_controller_test.js
author rougeronj
Fri, 03 Apr 2015 15:02:19 +0200
changeset 62 a5f9739dcd46
parent 60 7d624c1013a3
permissions -rw-r--r--
clean deprecated populateUser

'use strict';

describe("auth_controller_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})