client/annot-client/app/app_controller_test.js
author rougeronj
Fri, 17 Apr 2015 11:28:31 +0200
changeset 159 f2e4641681f6
parent 80 dd414da0f0bb
permissions -rw-r--r--
Add 'keyword' attribute to new_annot and gulp copy server

'use strict';

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