--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/slides/slides_controller_test.js Mon Mar 23 12:25:19 2015 +0100
@@ -0,0 +1,7 @@
+'use strict';
+
+describe("slides_controller_test", function(){
+ it("should assert something",function(){
+ expect(true).toBe(true);
+ })
+})