client/app/gallery/gallery_controller_test.js
author cavaliet
Fri, 03 Oct 2014 12:41:56 +0200
changeset 3 18a4c598ddee
parent 0 cef349423167
permissions -rw-r--r--
common data for gallery and slideshow

'use strict';

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