client/app/slideshow/slideshow_controller_test.js
author cavaliet
Mon, 06 Oct 2014 12:59:13 +0200
changeset 6 4be9f21f2df1
parent 0 cef349423167
permissions -rw-r--r--
show/hide texts

'use strict';

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