diff -r 000000000000 -r cef349423167 client/app/gallery/gallery_controller_test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/app/gallery/gallery_controller_test.js Wed Jun 11 01:26:59 2014 +0200 @@ -0,0 +1,7 @@ +'use strict'; + +describe("gallery_controller_test", function(){ + it("should assert something",function(){ + expect(true).toBe(true); + }) +})