client/app/books/books_controller_test.js
changeset 24 21ecbde9e080
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/books/books_controller_test.js	Mon Mar 23 12:22:44 2015 +0100
@@ -0,0 +1,7 @@
+'use strict';
+
+describe("books_controller_test", function(){
+    it("should assert something",function(){
+        expect(true).toBe(true);
+    })
+})