client/app/auth/auth_controller_test.js
author rougeronj
Fri, 16 Oct 2015 12:16:20 +0200
changeset 189 0ffed992c271
parent 60 7d624c1013a3
permissions -rw-r--r--
show message in case no book or visit

'use strict';

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