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