client/app/app_controller_test.js
author cavaliet
Fri, 10 Oct 2014 17:07:06 +0200
changeset 11 c0f9f9ab2a8a
parent 1 1cdebfeb77f9
permissions -rw-r--r--
clean messages and error.

'use strict';

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