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

'use strict';

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