client/app/app_controller_test.js
author cavaliet
Thu, 09 Oct 2014 14:34:14 +0200
changeset 5 90a7c431b979
parent 1 1cdebfeb77f9
permissions -rw-r--r--
first step of working annotation real annotation client

'use strict';

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