client/app/auth/auth_controller_test.js
author rougeronj
Thu, 28 May 2015 09:56:40 +0200
changeset 103 b707607e8a38
parent 60 7d624c1013a3
permissions -rw-r--r--
refer to the user model through settings.AUTH_USER_MODEL

'use strict';

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