client/app/slides/slides_controller_test.js
author rougeronj
Tue, 31 Mar 2015 15:27:26 +0200
changeset 50 c641b33f910f
parent 26 c7dfe7185ef7
permissions -rw-r--r--
remove the initial migration to prepare custom user implementation

'use strict';

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