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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     1
'use strict';
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     2
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     3
describe("books_controller_test", function(){
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     4
    it("should assert something",function(){
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     5
        expect(true).toBe(true);
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     6
    })
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     7
})