client/app/app_controller_test.js
author cavaliet
Mon, 06 Oct 2014 22:52:30 +0200
changeset 8 824c87a9084c
parent 0 cef349423167
permissions -rw-r--r--
(really) better management of slideshowModel with new api.

'use strict';

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