client/app/books/books_controller_test.js
author rougeronj
Mon, 23 Mar 2015 12:22:44 +0100
changeset 24 21ecbde9e080
permissions -rw-r--r--
add books controller to handle list of books
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
})