client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 20 Oct 2014 13:43:04 +0200
changeset 45 8d2fb4ec85d7
parent 1 1cdebfeb77f9
permissions -rw-r--r--
change example for annotation apis

'use strict';

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