client/app/books/books_controller_test.js
author rougeronj
Thu, 04 Jun 2015 20:03:04 +0200
changeset 108 4a152f5f4a09
parent 24 21ecbde9e080
permissions -rw-r--r--
update user model to authenticate with the email as username

'use strict';

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