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

'use strict';

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