client/app/app_controller_test.js
author cavaliet
Tue, 21 Oct 2014 11:29:55 +0200
changeset 49 5c1702e8d2a4
parent 1 1cdebfeb77f9
permissions -rw-r--r--
move with time and not framerate iteration

'use strict';

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