client/app/my_visit/my_visit_controller_test.js
changeset 91 f7a844a9079e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/my_visit/my_visit_controller_test.js	Fri May 22 12:47:16 2015 +0200
@@ -0,0 +1,7 @@
+'use strict';
+
+describe("mavisite_controller_test", function(){
+    it("should assert something",function(){
+        expect(true).toBe(true);
+    })
+})
\ No newline at end of file