client/app/app_controller_test.js
author cavaliet
Fri, 10 Oct 2014 14:59:09 +0200
changeset 10 90918426079c
parent 1 1cdebfeb77f9
permissions -rw-r--r--
better feedback after annotation sent

'use strict';

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