client/app/app_controller_test.js
author cavaliet
Wed, 08 Oct 2014 18:08:52 +0200
changeset 1 1cdebfeb77f9
permissions -rw-r--r--
add client folder and update hgignore

'use strict';

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