client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 22 Jan 2015 12:12:33 +0100
changeset 119 e6605fecb175
parent 80 dd414da0f0bb
permissions -rw-r--r--
move colorToHex to utils

'use strict';

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