client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Sat, 25 Oct 2014 00:22:48 +0200
changeset 63 289049253263
parent 1 1cdebfeb77f9
permissions -rw-r--r--
reindroduce the start_ts in the eventsession iline view

'use strict';

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