client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Sun, 19 Oct 2014 12:52:38 +0200
changeset 42 926f0426ce78
parent 1 1cdebfeb77f9
permissions -rw-r--r--
add event + event session + admin + category json management. Must rebuild database

'use strict';

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