client/app/app_controller_test.js
author cavaliet
Thu, 23 Oct 2014 10:33:31 +0200
changeset 55 18e48b4ec917
parent 1 1cdebfeb77f9
permissions -rw-r--r--
update categories, again, and client css

'use strict';

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