client/app/app_controller_test.js
author cavaliet
Thu, 09 Oct 2014 15:22:50 +0200
changeset 6 c53e9b24f93f
parent 1 1cdebfeb77f9
permissions -rw-r--r--
loggin in annotation client depends on a boolean

'use strict';

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