client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Fri, 24 Oct 2014 18:31:47 +0200
changeset 60 138b898e0f7e
parent 1 1cdebfeb77f9
permissions -rw-r--r--
correct problem when saving event for update

'use strict';

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