client/app/auth/auth_controller_test.js
author rougeronj
Tue, 07 Apr 2015 11:47:15 +0200
changeset 71 a5dedc11ba8f
parent 60 7d624c1013a3
permissions -rw-r--r--
add parent_visit attribute to model to identify a book created by user and a book from Jamespot

'use strict';

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