client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Fri, 09 Jan 2015 17:06:34 +0100
changeset 81 a6bbf198bd24
parent 80 dd414da0f0bb
permissions -rw-r--r--
change info for annot-client

'use strict';

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