client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 23 Oct 2014 17:51:55 +0200
changeset 57 cb4df234fd79
parent 1 1cdebfeb77f9
permissions -rw-r--r--
when querying event, replace one by first to avoid raising an exception when the event is not found

'use strict';

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