client/app/Auth/login_controller_test.js
author rougeronj
Tue, 31 Mar 2015 15:27:26 +0200
changeset 50 c641b33f910f
parent 25 4053d9a44548
permissions -rw-r--r--
remove the initial migration to prepare custom user implementation

'use strict';

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