client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 08:28:11 +0100
changeset 110 e4f0c105090d
parent 80 dd414da0f0bb
permissions -rw-r--r--
some quick and dirty fixes on colors to start the session

'use strict';

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