client/app/app_controller_test.js
author cavaliet
Fri, 17 Oct 2014 15:55:51 +0200
changeset 36 5d392dea4f49
parent 1 1cdebfeb77f9
permissions -rw-r--r--
error status management in client annotation

'use strict';

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