client/app/slideshow/slideshow_controller_test.js
author ymh <ymh.work@gmail.com>
Wed, 10 Jun 2015 16:13:41 +0200
changeset 163 1c4cbf06b2d2
parent 0 cef349423167
permissions -rw-r--r--
Added tag V0.1-alpha.1 for changeset 247ef0b10de6

'use strict';

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