client/app/auth/auth_controller_test.js
author rougeronj
Thu, 23 Apr 2015 18:17:10 +0200
changeset 86 2deead259283
parent 60 7d624c1013a3
permissions -rw-r--r--
add user filter to send bakc only the slides and books of the current user

'use strict';

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