client/annot-client/app/app_controller_test.js
author rougeronj
Thu, 22 Jan 2015 15:49:07 +0100
changeset 122 3b11017a76a4
parent 80 dd414da0f0bb
permissions -rw-r--r--
Merge with e6605fecb175a2d880aa3448085f48bfcaffd29b + minor update about color pic in annostroll

'use strict';

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