client/annot-client/app/app_controller_test.js
author rougeronj
Wed, 15 Apr 2015 18:26:59 +0200
changeset 149 3a74c554c9b9
parent 80 dd414da0f0bb
permissions -rw-r--r--
remove top line

'use strict';

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