client/app/app_controller_test.js
author cavaliet
Thu, 23 Oct 2014 10:42:11 +0200
changeset 56 b90c1bd1a46e
parent 1 1cdebfeb77f9
permissions -rw-r--r--
debug cat

'use strict';

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