client/app/search/search_controller_test.js
changeset 1 74bbdd739878
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/search/search_controller_test.js	Thu Oct 02 13:24:57 2014 +0200
@@ -0,0 +1,7 @@
+'use strict';
+
+describe("search_controller_test", function(){
+    it("should assert something",function(){
+        expect(true).toBe(true);
+    })
+})