client/annot-client/app/app_controller_test.js
changeset 80 dd414da0f0bb
parent 1 1cdebfeb77f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/annot-client/app/app_controller_test.js	Thu Jan 08 19:15:59 2015 +0100
@@ -0,0 +1,7 @@
+'use strict';
+
+describe("app_controller_test", function(){
+    it("should assert something",function(){
+        expect(true).toBe(true);
+    })
+})
\ No newline at end of file