client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 08:07:09 +0100
changeset 109 8546e2181a73
parent 80 dd414da0f0bb
permissions -rw-r--r--
correct color codes sent by client

'use strict';

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