client/app/auth/auth_controller_test.js
author rougeronj
Fri, 03 Apr 2015 10:44:34 +0200
changeset 60 7d624c1013a3
permissions -rw-r--r--
add and repair auth module (it was not detected by mercurial anymore due to a cass problem on title)

'use strict';

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