client/app/slideshow/slideshow_controller_test.js
author rougeronj
Wed, 10 Jun 2015 15:15:41 +0200
changeset 155 e7c887d93039
parent 0 cef349423167
permissions -rw-r--r--
remove old migration to prepare new modification

'use strict';

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